Html Css Color HEX #976F55 Beaver

📋 copy color: '#976F55'

red 151 ◦ green 111 ◦ blue 85

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

Shades of Beaver #976F55

Tints of Beaver #976F55

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 85 (33.59% from 255) = 24.5%

R = 43.52%
G = 31.99%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#976F55 (or 0x976F55) is known color: Beaver. HEX triplet: 97, 6F and 55. RGB value is (151,111,85). Sum of RGB (Red+Green+Blue) = 151+111+85=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F55 is #6890AA. Grayscale: #787878. Windows color (decimal): -6852779 or 5599127. OLE color: 5599127.

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

Color convert

RGB 151 111 85 -
CMYK 0 0.26 0.44 0.41
HSL 23.64º 0.28% 0.46% -
HSV(B) 23.64º 0.44% 0.59% -
XYZ 20.09 18.6 11.13 -
YUV 120 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 151 111 85 0 0.26 0.44 0.41 23.64 0.28 0.46
Hex 97 6F 55 0 1A 2C 29 18 1C 2E
Octal 227 157 125 0 32 54 51 30 34 56
Binary 10010111 1101111 1010101 0 11010 101100 101001 11000 11100 101110

Color Harmonies of #976F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F55

Black with #976F55

Text Example


Text Example

White with #976F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,111,85); }

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

background-color css

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

 a { background-color: rgb(151,111,85); }

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

border-color css

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

 span { border-color: rgb(151,111,85); }

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