#8B6D59

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

Shades of Beaver #8B6D59

Tints of Beaver #8B6D59

Color information

#8B6D59 (or 0x8B6D59) is unknown color: approx Beaver. HEX triplet: 8B, 6D and 59. RGB value is (139,109,89). Sum of RGB (Red+Green+Blue) = 139+109+89=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D59 is #7492A6. Grayscale: #737373. Windows color (decimal): -7639719 or 5860747. OLE color: 5860747.

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

Color convert

RGB13910989-
CMYK00.220.360.45
HSL24º21.93%44.71%-
HSV(B)24º35.97%54.51%-
XYZ17.9217.1511.82-
YUV115.69112.94144.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=41.25%
G=32.34%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391098900.220.360.452421.9344.71
Hex8B6D59016242D18162d
Octal2131551310264455302655
Binary10001011110110110110010101101001001011011100010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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