#987D69

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

Shades of Squirrel #987D69

Tints of Squirrel #987D69

Color information

#987D69 (or 0x987D69) is unknown color: approx Squirrel. HEX triplet: 98, 7D and 69. RGB value is (152,125,105). Sum of RGB (Red+Green+Blue) = 152+125+105=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D69 is #678296. Grayscale: #828282. Windows color (decimal): -6783639 or 6913432. OLE color: 6913432.

HSL color Cylindrical-coordinate representation of color #987D69: hue angle of 25.53º 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 #987D69 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB152125105-
CMYK00.180.310.40
HSL25.53º18.58%50.39%-
HSV(B)25.53º30.92%59.61%-
XYZ22.8322.3616.48-
YUV130.79113.45143.13-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 39.79%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 105 (41.41% from 255) = 27.49%
R=39.79%
G=32.72%
B=27.49%

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
Decimal15212510500.180.310.4025.5318.5850.39
Hex987D690121F281a1332
Octal2301751510223750322362
Binary1001100011111011101001010010111111010001101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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