Html Css Color HEX #976E56 Beaver

📋 copy color: '#976E56'

red 151 ◦ green 110 ◦ blue 86

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

Shades of Beaver #976E56

Tints of Beaver #976E56

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.7%

 BLUE value IS 86 (33.98% from 255) = 24.78%

R = 43.52%
G = 31.7%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#976E56 (or 0x976E56) is known color: Beaver. HEX triplet: 97, 6E and 56. RGB value is (151,110,86). Sum of RGB (Red+Green+Blue) = 151+110+86=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 110 (43.36% from 255 or 31.70% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976E56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976E56 is #6891A9. Grayscale: #777777. Windows color (decimal): -6853034 or 5664407. OLE color: 5664407.

HSL color Cylindrical-coordinate representation of color #976E56: hue angle of 22.15º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #976E56 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 110 86 -
CMYK 0 0.27 0.43 0.41
HSL 22.15º 0.27% 0.46% -
HSV(B) 22.15º 0.43% 0.59% -
XYZ 20.02 18.4 11.3 -
YUV 119.52 109.08 150.45 -
System Red Green Blue C M Y K H S L
Decimal 151 110 86 0 0.27 0.43 0.41 22.15 0.27 0.46
Hex 97 6E 56 0 1B 2B 29 16 1B 2E
Octal 227 156 126 0 33 53 51 26 33 56
Binary 10010111 1101110 1010110 0 11011 101011 101001 10110 11011 101110

Color Harmonies of #976E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976E56

Black with #976E56

Text Example


Text Example

White with #976E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976E56; }

 p { color: rgb(151,110,86); }

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

background-color css

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

 a { background-color: rgb(151,110,86); }

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

border-color css

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

 span { border-color: rgb(151,110,86); }

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