Html Css Color HEX #977663 Beaver

📋 copy color: '#977663'

red 151 ◦ green 118 ◦ blue 99

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

Shades of Beaver #977663

Tints of Beaver #977663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 41.03%
G = 32.07%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#977663 (or 0x977663) is known color: Beaver. HEX triplet: 97, 76 and 63. RGB value is (151,118,99). Sum of RGB (Red+Green+Blue) = 151+118+99=368 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.03% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 151 - color contains mainly: red. Hex color #977663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977663 is #68899C. Grayscale: #7D7D7D. Windows color (decimal): -6850973 or 6518423. OLE color: 6518423.

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

Color convert

RGB 151 118 99 -
CMYK 0 0.22 0.34 0.41
HSL 21.92º 0.21% 0.49% -
HSV(B) 21.92º 0.34% 0.59% -
XYZ 21.49 20.44 14.62 -
YUV 125.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 151 118 99 0 0.22 0.34 0.41 21.92 0.21 0.49
Hex 97 76 63 0 16 22 29 16 15 31
Octal 227 166 143 0 26 42 51 26 25 61
Binary 10010111 1110110 1100011 0 10110 100010 101001 10110 10101 110001

Color Harmonies of #977663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977663

Black with #977663

Text Example


Text Example

White with #977663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977663; }

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

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

background-color css

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

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

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

border-color css

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

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

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