Html Css Color HEX #977661 Beaver

📋 copy color: '#977661'

red 151 ◦ green 118 ◦ blue 97

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

Shades of Beaver #977661

Tints of Beaver #977661

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.24%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 41.26%
G = 32.24%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#977661 (or 0x977661) is known color: Beaver. HEX triplet: 97, 76 and 61. RGB value is (151,118,97). Sum of RGB (Red+Green+Blue) = 151+118+97=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #977661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977661 is #68899E. Grayscale: #7D7D7D. Windows color (decimal): -6850975 or 6387351. OLE color: 6387351.

HSL color Cylindrical-coordinate representation of color #977661: hue angle of 23.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #977661 is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 118 97 -
CMYK 0 0.22 0.36 0.41
HSL 23.33º 0.22% 0.49% -
HSV(B) 23.33º 0.36% 0.59% -
XYZ 21.4 20.4 14.12 -
YUV 125.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 151 118 97 0 0.22 0.36 0.41 23.33 0.22 0.49
Hex 97 76 61 0 16 24 29 17 16 31
Octal 227 166 141 0 26 44 51 27 26 61
Binary 10010111 1110110 1100001 0 10110 100100 101001 10111 10110 110001

Color Harmonies of #977661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977661

Black with #977661

Text Example


Text Example

White with #977661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977661; }

 p { color: rgb(151,118,97); }

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

background-color css

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

 a { background-color: rgb(151,118,97); }

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

border-color css

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

 span { border-color: rgb(151,118,97); }

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