Html Css Color HEX #977D68 Squirrel

📋 copy color: '#977D68'

red 151 ◦ green 125 ◦ blue 104

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

Shades of Squirrel #977D68

Tints of Squirrel #977D68

RGB

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

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

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

R = 39.74%
G = 32.89%
B = 27.37%

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

#977D68 (or 0x977D68) is known color: Squirrel. HEX triplet: 97, 7D and 68. RGB value is (151,125,104). Sum of RGB (Red+Green+Blue) = 151+125+104=380 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.74% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 151 - color contains mainly: red. Hex color #977D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D68 is #688297. Grayscale: #828282. Windows color (decimal): -6849176 or 6847895. OLE color: 6847895.

HSL color Cylindrical-coordinate representation of color #977D68: hue angle of 26.81º 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 #977D68 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 125 104 -
CMYK 0 0.17 0.31 0.41
HSL 26.81º 0.18% 0.5% -
HSV(B) 26.81º 0.31% 0.59% -
XYZ 22.59 22.25 16.2 -
YUV 130.38 113.11 142.71 -
System Red Green Blue C M Y K H S L
Decimal 151 125 104 0 0.17 0.31 0.41 26.81 0.18 0.5
Hex 97 7D 68 0 11 1F 29 1B 12 32
Octal 227 175 150 0 21 37 51 33 22 62
Binary 10010111 1111101 1101000 0 10001 11111 101001 11011 10010 110010

Color Harmonies of #977D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D68

Black with #977D68

Text Example


Text Example

White with #977D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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