#8B6F5B

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

Shades of Beaver #8B6F5B

Tints of Beaver #8B6F5B

Color information

#8B6F5B (or 0x8B6F5B) is unknown color: approx Beaver. HEX triplet: 8B, 6F and 5B. RGB value is (139,111,91). Sum of RGB (Red+Green+Blue) = 139+111+91=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 111 (43.75% from 255 or 32.55% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F5B is #7490A4. Grayscale: #757575. Windows color (decimal): -7639205 or 5992331. OLE color: 5992331.

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

Color convert

RGB13911191-
CMYK00.200.350.45
HSL25º20.87%45.1%-
HSV(B)25º34.53%54.51%-
XYZ18.2217.6112.34-
YUV117.09113.28143.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 111 (43.75% from 255) = 32.55%
BLUE value IS 91 (35.94% from 255) = 26.69%
R=40.76%
G=32.55%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391119100.200.350.452520.8745.1
Hex8B6F5B014232D19152d
Octal2131571330244355312555
Binary10001011110111110110110101001000111011011100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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