#8F816E

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

Shades of Squirrel #8F816E

Tints of Squirrel #8F816E

Color information

#8F816E (or 0x8F816E) is unknown color: approx Squirrel. HEX triplet: 8F, 81 and 6E. RGB value is (143,129,110). Sum of RGB (Red+Green+Blue) = 143+129+110=382 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.43% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 143 - color contains mainly: red. Hex color #8F816E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F816E is #707E91. Grayscale: #838383. Windows color (decimal): -7372434 or 7242127. OLE color: 7242127.

HSL color Cylindrical-coordinate representation of color #8F816E: hue angle of 34.55º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F816E is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB143129110-
CMYK00.100.230.44
HSL34.55º13.04%49.61%-
HSV(B)34.55º23.08%56.08%-
XYZ21.9922.6717.97-
YUV131.02116.14136.54-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.43%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=37.43%
G=33.77%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14312911000.100.230.4434.5513.0449.61
Hex8F816E0A172C23d32
Octal2172011560122754431562
Binary1000111110000001110111001010101111011001000111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F816E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,129,110); }

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

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

 a { background-color: rgb(143,129,110); }

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

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

 span { border-color: rgb(143,129,110); }

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