#8D6C5E

Color #8D6C5E Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #8D6C5E

Tints of Beaver #8D6C5E

Color information

#8D6C5E (or 0x8D6C5E) is unknown color: approx Beaver. HEX triplet: 8D, 6C and 5E. RGB value is (141,108,94). Sum of RGB (Red+Green+Blue) = 141+108+94=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 94 (37.11% from 255 or 27.41% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6C5E is #7293A1. Grayscale: #747474. Windows color (decimal): -7508898 or 6188173. OLE color: 6188173.

HSL color Cylindrical-coordinate representation of color #8D6C5E: hue angle of 17.87º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D6C5E is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB14110894-
CMYK00.230.330.45
HSL17.87º20%46.08%-
HSV(B)17.87º33.33%55.29%-
XYZ18.3717.212.94-
YUV116.27115.43145.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 41.11%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 94 (37.11% from 255) = 27.41%
R=41.11%
G=31.49%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411089400.230.330.4517.872046.08
Hex8D6C5E017212D12142e
Octal2151541360274155222456
Binary10001101110110010111100101111000011011011001010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D6C5E; }

 p { color: rgb(141,108,94); }

 H1.HeaderClassName
 {
   color: #8D6C5E;
 }
 .AnyTagClassName
 {
   color: #8D6C5E;
 }
</style>
background-color css

<style>
 a { background-color: #8D6C5E; }

 a { background-color: rgb(141,108,94); }

 div.DivClassName
 {
   background-color: #8D6C5E;
 }
 .BgClassName
 {
   background-color: #8D6C5E;
 }
</style>
border-color css

<style>
 span { border-color: #8D6C5E; }

 span { border-color: rgb(141,108,94); }

 td.TdClassName
 {
   border-color: #8D6C5E;
 }
 .TagClassName
 {
   border-color: #8D6C5E;
 }
</style>