#987F6C

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

Shades of Squirrel #987F6C

Tints of Squirrel #987F6C

Color information

#987F6C (or 0x987F6C) is unknown color: approx Squirrel. HEX triplet: 98, 7F and 6C. RGB value is (152,127,108). Sum of RGB (Red+Green+Blue) = 152+127+108=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6C is #678093. Grayscale: #848484. Windows color (decimal): -6783124 or 7110552. OLE color: 7110552.

HSL color Cylindrical-coordinate representation of color #987F6C: hue angle of 25.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987F6C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.40.

Color convert

RGB152127108-
CMYK00.160.290.40
HSL25.91º17.6%50.98%-
HSV(B)25.91º28.95%59.61%-
XYZ23.2522.9417.39-
YUV132.31114.28142.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.28%
GREEN value IS 127 (50% from 255) = 32.82%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=39.28%
G=32.82%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212710800.160.290.4025.9117.650.98
Hex987F6C0101D281a1233
Octal2301771540203550322263
Binary1001100011111111101100010000111011010001101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987F6C; }

 p { color: rgb(152,127,108); }

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

<style>
 a { background-color: #987F6C; }

 a { background-color: rgb(152,127,108); }

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

<style>
 span { border-color: #987F6C; }

 span { border-color: rgb(152,127,108); }

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