Html Css Color HEX #976C59 Beaver

📋 copy color: '#976C59'

red 151 ◦ green 108 ◦ blue 89

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

Shades of Beaver #976C59

Tints of Beaver #976C59

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.03%

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

R = 43.39%
G = 31.03%
B = 25.57%

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

#976C59 (or 0x976C59) is known color: Beaver. HEX triplet: 97, 6C and 59. RGB value is (151,108,89). Sum of RGB (Red+Green+Blue) = 151+108+89=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C59 is #6893A6. Grayscale: #767676. Windows color (decimal): -6853543 or 5860503. OLE color: 5860503.

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

Color convert

RGB 151 108 89 -
CMYK 0 0.28 0.41 0.41
HSL 18.39º 0.26% 0.47% -
HSV(B) 18.39º 0.41% 0.59% -
XYZ 19.93 18.03 11.88 -
YUV 118.69 111.25 151.04 -
System Red Green Blue C M Y K H S L
Decimal 151 108 89 0 0.28 0.41 0.41 18.39 0.26 0.47
Hex 97 6C 59 0 1C 29 29 12 1A 2F
Octal 227 154 131 0 34 51 51 22 32 57
Binary 10010111 1101100 1011001 0 11100 101001 101001 10010 11010 101111

Color Harmonies of #976C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976C59

Black with #976C59

Text Example


Text Example

White with #976C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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