#8D806F

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

Shades of Squirrel #8D806F

Tints of Squirrel #8D806F

Color information

#8D806F (or 0x8D806F) is unknown color: approx Squirrel. HEX triplet: 8D, 80 and 6F. RGB value is (141,128,111). Sum of RGB (Red+Green+Blue) = 141+128+111=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 141 - color contains mainly: red. Hex color #8D806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D806F is #727F90. Grayscale: #828282. Windows color (decimal): -7503761 or 7307405. OLE color: 7307405.

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

Color convert

RGB141128111-
CMYK00.090.210.45
HSL34º11.9%49.41%-
HSV(B)34º21.28%55.29%-
XYZ21.5722.2518.2-
YUV129.95117.31135.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.11%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=37.11%
G=33.68%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112811100.090.210.453411.949.41
Hex8D806F09152D22c31
Octal2152001570112555421461
Binary1000110110000000110111101001101011011011000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D806F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,111); }

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

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

 a { background-color: rgb(141,128,111); }

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

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

 span { border-color: rgb(141,128,111); }

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