#8B6F59

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

Shades of Beaver #8B6F59

Tints of Beaver #8B6F59

Color information

#8B6F59 (or 0x8B6F59) is unknown color: approx Beaver. HEX triplet: 8B, 6F and 59. RGB value is (139,111,89). Sum of RGB (Red+Green+Blue) = 139+111+89=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F59 is #7490A6. Grayscale: #747474. Windows color (decimal): -7639207 or 5861259. OLE color: 5861259.

HSL color Cylindrical-coordinate representation of color #8B6F59: hue angle of 26.4º 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 #8B6F59 is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13911189-
CMYK00.200.360.45
HSL26.4º21.93%44.71%-
HSV(B)26.4º35.97%54.51%-
XYZ18.1417.5811.89-
YUV116.86112.28143.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 89 (35.16% from 255) = 26.25%
R=41.00%
G=32.74%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391118900.200.360.4526.421.9344.71
Hex8B6F59014242D1a162d
Octal2131571310244455322655
Binary10001011110111110110010101001001001011011101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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