Html Css Color HEX #976D56 Beaver

📋 copy color: '#976D56'

red 151 ◦ green 109 ◦ blue 86

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

Shades of Beaver #976D56

Tints of Beaver #976D56

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.5%

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

R = 43.64%
G = 31.5%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#976D56 (or 0x976D56) is known color: Beaver. HEX triplet: 97, 6D and 56. RGB value is (151,109,86). Sum of RGB (Red+Green+Blue) = 151+109+86=346 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.64% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 151 - color contains mainly: red. Hex color #976D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D56 is #6892A9. Grayscale: #777777. Windows color (decimal): -6853290 or 5664151. OLE color: 5664151.

HSL color Cylindrical-coordinate representation of color #976D56: hue angle of 21.23º 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 #976D56 is Cyan = 0, Magento = 0.28, Yellow = 0.43 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 109 86 -
CMYK 0 0.28 0.43 0.41
HSL 21.23º 0.27% 0.46% -
HSV(B) 21.23º 0.43% 0.59% -
XYZ 19.91 18.19 11.27 -
YUV 118.94 109.41 150.87 -
System Red Green Blue C M Y K H S L
Decimal 151 109 86 0 0.28 0.43 0.41 21.23 0.27 0.46
Hex 97 6D 56 0 1C 2B 29 15 1B 2E
Octal 227 155 126 0 34 53 51 25 33 56
Binary 10010111 1101101 1010110 0 11100 101011 101001 10101 11011 101110

Color Harmonies of #976D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D56

Black with #976D56

Text Example


Text Example

White with #976D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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