Html Css Color HEX #987D6A Squirrel

📋 copy color: '#987D6A'

red 152 ◦ green 125 ◦ blue 106

#987D6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Squirrel #987D6A

Tints of Squirrel #987D6A

RGB

 RED value IS 152 (59.77% from 255) = 39.69%

 GREEN value IS 125 (49.22% from 255) = 32.64%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 39.69%
G = 32.64%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.40

RGB Variations

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

Color information

#987D6A (or 0x987D6A) is known color: Squirrel. HEX triplet: 98, 7D and 6A. RGB value is (152,125,106). Sum of RGB (Red+Green+Blue) = 152+125+106=383 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.69% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 152 - color contains mainly: red. Hex color #987D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D6A is #678295. Grayscale: #838383. Windows color (decimal): -6783638 or 6978968. OLE color: 6978968.

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

Color convert

RGB 152 125 106 -
CMYK 0 0.18 0.30 0.40
HSL 24.78º 0.18% 0.51% -
HSV(B) 24.78º 0.3% 0.6% -
XYZ 22.88 22.38 16.75 -
YUV 130.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 152 125 106 0 0.18 0.30 0.40 24.78 0.18 0.51
Hex 98 7D 6A 0 12 1E 28 19 12 33
Octal 230 175 152 0 22 36 50 31 22 63
Binary 10011000 1111101 1101010 0 10010 11110 101000 11001 10010 110011

Color Harmonies of #987D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987D6A

Black with #987D6A

Text Example


Text Example

White with #987D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #987D6A;
 }
 .AnyTagClassName
 {
   color: #987D6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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