#8B806D

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

Shades of Squirrel #8B806D

Tints of Squirrel #8B806D

Color information

#8B806D (or 0x8B806D) is unknown color: approx Squirrel. HEX triplet: 8B, 80 and 6D. RGB value is (139,128,109). Sum of RGB (Red+Green+Blue) = 139+128+109=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B806D is #747F92. Grayscale: #818181. Windows color (decimal): -7634835 or 7176331. OLE color: 7176331.

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

Color convert

RGB139128109-
CMYK00.080.220.45
HSL38º12.1%48.63%-
HSV(B)38º21.58%54.51%-
XYZ21.1322.0317.61-
YUV129.12116.64135.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 109 (42.97% from 255) = 28.99%
R=36.97%
G=34.04%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13912810900.080.220.453812.148.63
Hex8B806D08162D26c31
Octal2132001550102655461461
Binary1000101110000000110110101000101101011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B806D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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