#8B6E59

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

Shades of Beaver #8B6E59

Tints of Beaver #8B6E59

Color information

#8B6E59 (or 0x8B6E59) is unknown color: approx Beaver. HEX triplet: 8B, 6E and 59. RGB value is (139,110,89). Sum of RGB (Red+Green+Blue) = 139+110+89=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E59 is #7491A6. Grayscale: #747474. Windows color (decimal): -7639463 or 5861003. OLE color: 5861003.

HSL color Cylindrical-coordinate representation of color #8B6E59: hue angle of 25.2º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B6E59 is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13911089-
CMYK00.210.360.45
HSL25.2º21.93%44.71%-
HSV(B)25.2º35.97%54.51%-
XYZ18.0317.3611.85-
YUV116.28112.61144.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=41.12%
G=32.54%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391108900.210.360.4525.221.9344.71
Hex8B6E59015242D19162d
Octal2131561310254455312655
Binary10001011110111010110010101011001001011011100110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,89); }

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

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

 a { background-color: rgb(139,110,89); }

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

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

 span { border-color: rgb(139,110,89); }

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