Html Css Color HEX #977662 Beaver

📋 copy color: '#977662'

red 151 ◦ green 118 ◦ blue 98

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

Shades of Beaver #977662

Tints of Beaver #977662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.7%

R = 41.14%
G = 32.15%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#977662 (or 0x977662) is known color: Beaver. HEX triplet: 97, 76 and 62. RGB value is (151,118,98). Sum of RGB (Red+Green+Blue) = 151+118+98=367 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.14% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 98 (38.67% from 255 or 26.70% from 367); Max value from RGB is 151 - color contains mainly: red. Hex color #977662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977662 is #68899D. Grayscale: #7D7D7D. Windows color (decimal): -6850974 or 6452887. OLE color: 6452887.

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

Color convert

RGB 151 118 98 -
CMYK 0 0.22 0.35 0.41
HSL 22.64º 0.21% 0.49% -
HSV(B) 22.64º 0.35% 0.59% -
XYZ 21.45 20.42 14.37 -
YUV 125.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 151 118 98 0 0.22 0.35 0.41 22.64 0.21 0.49
Hex 97 76 62 0 16 23 29 17 15 31
Octal 227 166 142 0 26 43 51 27 25 61
Binary 10010111 1110110 1100010 0 10110 100011 101001 10111 10101 110001

Color Harmonies of #977662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977662

Black with #977662

Text Example


Text Example

White with #977662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977662; }

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

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

background-color css

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

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

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

border-color css

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

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

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