Html Css Color HEX #997F6C Squirrel

📋 copy color: '#997F6C'

red 153 ◦ green 127 ◦ blue 108

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

Shades of Squirrel #997F6C

Tints of Squirrel #997F6C

RGB

 RED value IS 153 (60.16% from 255) = 39.43%

 GREEN value IS 127 (50% from 255) = 32.73%

 BLUE value IS 108 (42.58% from 255) = 27.84%

R = 39.43%
G = 32.73%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#997F6C (or 0x997F6C) is known color: Squirrel. HEX triplet: 99, 7F and 6C. RGB value is (153,127,108). Sum of RGB (Red+Green+Blue) = 153+127+108=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 108 (42.58% from 255 or 27.84% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #997F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997F6C is #668093. Grayscale: #848484. Windows color (decimal): -6717588 or 7110553. OLE color: 7110553.

HSL color Cylindrical-coordinate representation of color #997F6C: hue angle of 25.33º 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 #997F6C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 127 108 -
CMYK 0 0.17 0.29 0.4
HSL 25.33º 0.18% 0.51% -
HSV(B) 25.33º 0.29% 0.6% -
XYZ 23.43 23.03 17.4 -
YUV 132.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 153 127 108 0 0.17 0.29 0.4 25.33 0.18 0.51
Hex 99 7F 6C 0 11 1D 28 19 12 33
Octal 231 177 154 0 21 35 50 31 22 63
Binary 10011001 1111111 1101100 0 10001 11101 101000 11001 10010 110011

Color Harmonies of #997F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997F6C

Black with #997F6C

Text Example


Text Example

White with #997F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #997F6C;
 }
 .AnyTagClassName
 {
   color: #997F6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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