#8B6D5C

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

Shades of Beaver #8B6D5C

Tints of Beaver #8B6D5C

Color information

#8B6D5C (or 0x8B6D5C) is unknown color: approx Beaver. HEX triplet: 8B, 6D and 5C. RGB value is (139,109,92). Sum of RGB (Red+Green+Blue) = 139+109+92=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 92 (36.33% from 255 or 27.06% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D5C is #7492A3. Grayscale: #747474. Windows color (decimal): -7639716 or 6057355. OLE color: 6057355.

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

Color convert

RGB13910992-
CMYK00.220.340.45
HSL21.7º20.35%45.29%-
HSV(B)21.7º33.81%54.51%-
XYZ18.0517.212.49-
YUV116.03114.44144.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.88%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 92 (36.33% from 255) = 27.06%
R=40.88%
G=32.06%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391099200.220.340.4521.720.3545.29
Hex8B6D5C016222D16142d
Octal2131551340264255262455
Binary10001011110110110111000101101000101011011011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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