Html Css Color HEX #977967 Squirrel

📋 copy color: '#977967'

red 151 ◦ green 121 ◦ blue 103

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

Shades of Squirrel #977967

Tints of Squirrel #977967

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 103 (40.63% from 255) = 27.47%

R = 40.27%
G = 32.27%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#977967 (or 0x977967) is known color: Squirrel. HEX triplet: 97, 79 and 67. RGB value is (151,121,103). Sum of RGB (Red+Green+Blue) = 151+121+103=375 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.27% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 103 (40.62% from 255 or 27.47% from 375); Max value from RGB is 151 - color contains mainly: red. Hex color #977967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977967 is #688698. Grayscale: #808080. Windows color (decimal): -6850201 or 6781335. OLE color: 6781335.

HSL color Cylindrical-coordinate representation of color #977967: hue angle of 22.5º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977967 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 103 -
CMYK 0 0.20 0.32 0.41
HSL 22.5º 0.19% 0.5% -
HSV(B) 22.5º 0.32% 0.59% -
XYZ 22.05 21.23 15.77 -
YUV 127.92 113.94 144.46 -
System Red Green Blue C M Y K H S L
Decimal 151 121 103 0 0.20 0.32 0.41 22.5 0.19 0.5
Hex 97 79 67 0 14 20 29 16 13 32
Octal 227 171 147 0 24 40 51 26 23 62
Binary 10010111 1111001 1100111 0 10100 100000 101001 10110 10011 110010

Color Harmonies of #977967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977967

Black with #977967

Text Example


Text Example

White with #977967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977967; }

 p { color: rgb(151,121,103); }

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

background-color css

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

 a { background-color: rgb(151,121,103); }

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

border-color css

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

 span { border-color: rgb(151,121,103); }

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