#987C69

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

Shades of Squirrel #987C69

Tints of Squirrel #987C69

Color information

#987C69 (or 0x987C69) is unknown color: approx Squirrel. HEX triplet: 98, 7C and 69. RGB value is (152,124,105). Sum of RGB (Red+Green+Blue) = 152+124+105=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #987C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C69 is #678396. Grayscale: #828282. Windows color (decimal): -6783895 or 6913176. OLE color: 6913176.

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

Color convert

RGB152124105-
CMYK00.180.310.40
HSL24.26º18.58%50.39%-
HSV(B)24.26º30.92%59.61%-
XYZ22.7122.1116.44-
YUV130.21113.78143.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.90%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=39.90%
G=32.55%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15212410500.180.310.4024.2618.5850.39
Hex987C690121F28181332
Octal2301741510223750302362
Binary1001100011111001101001010010111111010001100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,124,105); }

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

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

 a { background-color: rgb(152,124,105); }

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

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

 span { border-color: rgb(152,124,105); }

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