#8B6A5E

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

Shades of Beaver #8B6A5E

Tints of Beaver #8B6A5E

Color information

#8B6A5E (or 0x8B6A5E) is unknown color: approx Beaver. HEX triplet: 8B, 6A and 5E. RGB value is (139,106,94). Sum of RGB (Red+Green+Blue) = 139+106+94=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A5E is #7495A1. Grayscale: #727272. Windows color (decimal): -7640482 or 6187659. OLE color: 6187659.

HSL color Cylindrical-coordinate representation of color #8B6A5E: hue angle of 16º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B6A5E is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB13910694-
CMYK00.240.320.45
HSL16º19.31%45.69%-
HSV(B)16º32.37%54.51%-
XYZ17.8216.6112.86-
YUV114.5116.43145.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 94 (37.11% from 255) = 27.73%
R=41.00%
G=31.27%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391069400.240.320.451619.3145.69
Hex8B6A5E018202D10132e
Octal2131521360304055202356
Binary10001011110101010111100110001000001011011000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,106,94); }

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

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

 a { background-color: rgb(139,106,94); }

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

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

 span { border-color: rgb(139,106,94); }

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