Html Css Color HEX #977E6A Squirrel

📋 copy color: '#977E6A'

red 151 ◦ green 126 ◦ blue 106

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

Shades of Squirrel #977E6A

Tints of Squirrel #977E6A

RGB

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

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

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

R = 39.43%
G = 32.9%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#977E6A (or 0x977E6A) is known color: Squirrel. HEX triplet: 97, 7E and 6A. RGB value is (151,126,106). Sum of RGB (Red+Green+Blue) = 151+126+106=383 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.43% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 151 - color contains mainly: red. Hex color #977E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E6A is #688195. Grayscale: #838383. Windows color (decimal): -6848918 or 6979223. OLE color: 6979223.

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

Color convert

RGB 151 126 106 -
CMYK 0 0.17 0.30 0.41
HSL 26.67º 0.18% 0.5% -
HSV(B) 26.67º 0.3% 0.59% -
XYZ 22.82 22.54 16.78 -
YUV 131.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 151 126 106 0 0.17 0.30 0.41 26.67 0.18 0.5
Hex 97 7E 6A 0 11 1E 29 1B 12 32
Octal 227 176 152 0 21 36 51 33 22 62
Binary 10010111 1111110 1101010 0 10001 11110 101001 11011 10010 110010

Color Harmonies of #977E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977E6A

Black with #977E6A

Text Example


Text Example

White with #977E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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