Html Css Color HEX #977660 Beaver

📋 copy color: '#977660'

red 151 ◦ green 118 ◦ blue 96

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

Shades of Beaver #977660

Tints of Beaver #977660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.3%

R = 41.37%
G = 32.33%
B = 26.3%

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

#977660 (or 0x977660) is known color: Beaver. HEX triplet: 97, 76 and 60. RGB value is (151,118,96). Sum of RGB (Red+Green+Blue) = 151+118+96=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #977660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977660 is #68899F. Grayscale: #7D7D7D. Windows color (decimal): -6850976 or 6321815. OLE color: 6321815.

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

Color convert

RGB 151 118 96 -
CMYK 0 0.22 0.36 0.41
HSL 24º 0.22% 0.48% -
HSV(B) 24º 0.36% 0.59% -
XYZ 21.35 20.38 13.87 -
YUV 125.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 151 118 96 0 0.22 0.36 0.41 24 0.22 0.48
Hex 97 76 60 0 16 24 29 18 16 30
Octal 227 166 140 0 26 44 51 30 26 60
Binary 10010111 1110110 1100000 0 10110 100100 101001 11000 10110 110000

Color Harmonies of #977660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977660

Black with #977660

Text Example


Text Example

White with #977660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977660; }

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

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

background-color css

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

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

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

border-color css

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

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

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