Html Css Color HEX #976D59 Beaver

📋 copy color: '#976D59'

red 151 ◦ green 109 ◦ blue 89

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

Shades of Beaver #976D59

Tints of Beaver #976D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.5%

R = 43.27%
G = 31.23%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#976D59 (or 0x976D59) is known color: Beaver. HEX triplet: 97, 6D and 59. RGB value is (151,109,89). Sum of RGB (Red+Green+Blue) = 151+109+89=349 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.27% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 151 - color contains mainly: red. Hex color #976D59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976D59 is #6892A6. Grayscale: #777777. Windows color (decimal): -6853287 or 5860759. OLE color: 5860759.

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

Color convert

RGB 151 109 89 -
CMYK 0 0.28 0.41 0.41
HSL 19.35º 0.26% 0.47% -
HSV(B) 19.35º 0.41% 0.59% -
XYZ 20.03 18.24 11.92 -
YUV 119.28 110.91 150.63 -
System Red Green Blue C M Y K H S L
Decimal 151 109 89 0 0.28 0.41 0.41 19.35 0.26 0.47
Hex 97 6D 59 0 1C 29 29 13 1A 2F
Octal 227 155 131 0 34 51 51 23 32 57
Binary 10010111 1101101 1011001 0 11100 101001 101001 10011 11010 101111

Color Harmonies of #976D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976D59

Black with #976D59

Text Example


Text Example

White with #976D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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