Html Css Color HEX #977E68 Squirrel

📋 copy color: '#977E68'

red 151 ◦ green 126 ◦ blue 104

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

Shades of Squirrel #977E68

Tints of Squirrel #977E68

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.07%

 BLUE value IS 104 (41.02% from 255) = 27.3%

R = 39.63%
G = 33.07%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#977E68 (or 0x977E68) is known color: Squirrel. HEX triplet: 97, 7E and 68. RGB value is (151,126,104). Sum of RGB (Red+Green+Blue) = 151+126+104=381 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.63% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 151 - color contains mainly: red. Hex color #977E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E68 is #688197. Grayscale: #838383. Windows color (decimal): -6848920 or 6848151. OLE color: 6848151.

HSL color Cylindrical-coordinate representation of color #977E68: hue angle of 28.09º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #977E68 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 126 104 -
CMYK 0 0.17 0.31 0.41
HSL 28.09º 0.18% 0.5% -
HSV(B) 28.09º 0.31% 0.59% -
XYZ 22.72 22.5 16.24 -
YUV 130.97 112.78 142.29 -
System Red Green Blue C M Y K H S L
Decimal 151 126 104 0 0.17 0.31 0.41 28.09 0.18 0.5
Hex 97 7E 68 0 11 1F 29 1C 12 32
Octal 227 176 150 0 21 37 51 34 22 62
Binary 10010111 1111110 1101000 0 10001 11111 101001 11100 10010 110010

Color Harmonies of #977E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E68

Black with #977E68

Text Example


Text Example

White with #977E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,126,104); }

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

background-color css

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

 a { background-color: rgb(151,126,104); }

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

border-color css

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

 span { border-color: rgb(151,126,104); }

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