#8F7A63

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

Shades of Squirrel #8F7A63

Tints of Squirrel #8F7A63

Color information

#8F7A63 (or 0x8F7A63) is unknown color: approx Squirrel. HEX triplet: 8F, 7A and 63. RGB value is (143,122,99). Sum of RGB (Red+Green+Blue) = 143+122+99=364 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.29% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7A63 is #70859C. Grayscale: #7D7D7D. Windows color (decimal): -7374237 or 6519439. OLE color: 6519439.

HSL color Cylindrical-coordinate representation of color #8F7A63: hue angle of 31.36º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F7A63 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14312299-
CMYK00.150.310.44
HSL31.36º18.18%47.45%-
HSV(B)31.36º30.77%56.08%-
XYZ20.5420.6614.71-
YUV125.66112.96140.37-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.29%
GREEN value IS 122 (48.05% from 255) = 33.52%
BLUE value IS 99 (39.06% from 255) = 27.20%
R=39.29%
G=33.52%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1431229900.150.310.4431.3618.1847.45
Hex8F7A630F1F2C1f122f
Octal2171721430173754372257
Binary100011111111010110001101111111111011001111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F7A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,122,99); }

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

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

 a { background-color: rgb(143,122,99); }

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

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

 span { border-color: rgb(143,122,99); }

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