Html Css Color HEX #977F6E Squirrel

📋 copy color: '#977F6E'

red 151 ◦ green 127 ◦ blue 110

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

Shades of Squirrel #977F6E

Tints of Squirrel #977F6E

RGB

 RED value IS 151 (59.38% from 255) = 38.92%

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

 BLUE value IS 110 (43.36% from 255) = 28.35%

R = 38.92%
G = 32.73%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#977F6E (or 0x977F6E) is known color: Squirrel. HEX triplet: 97, 7F and 6E. RGB value is (151,127,110). Sum of RGB (Red+Green+Blue) = 151+127+110=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 151 - color contains mainly: red. Hex color #977F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977F6E is #688091. Grayscale: #848484. Windows color (decimal): -6848658 or 7241623. OLE color: 7241623.

HSL color Cylindrical-coordinate representation of color #977F6E: hue angle of 24.88º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #977F6E is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 110 -
CMYK 0 0.16 0.27 0.41
HSL 24.88º 0.16% 0.51% -
HSV(B) 24.88º 0.27% 0.59% -
XYZ 23.17 22.88 17.95 -
YUV 132.24 115.45 141.38 -
System Red Green Blue C M Y K H S L
Decimal 151 127 110 0 0.16 0.27 0.41 24.88 0.16 0.51
Hex 97 7F 6E 0 10 1B 29 19 10 33
Octal 227 177 156 0 20 33 51 31 20 63
Binary 10010111 1111111 1101110 0 10000 11011 101001 11001 10000 110011

Color Harmonies of #977F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F6E

Black with #977F6E

Text Example


Text Example

White with #977F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F6E; }

 p { color: rgb(151,127,110); }

 H1.HeaderClassName
 {
   color: #977F6E;
 }
 .AnyTagClassName
 {
   color: #977F6E;
 }
</style>

background-color css

<style>
 a { background-color: #977F6E; }

 a { background-color: rgb(151,127,110); }

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

border-color css

<style>
 span { border-color: #977F6E; }

 span { border-color: rgb(151,127,110); }

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