Html Css Color HEX #976B57 Beaver

📋 copy color: '#976B57'

red 151 ◦ green 107 ◦ blue 87

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

Shades of Beaver #976B57

Tints of Beaver #976B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.01%

 BLUE value IS 87 (34.38% from 255) = 25.22%

R = 43.77%
G = 31.01%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.41

RGB Variations

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

Color information

#976B57 (or 0x976B57) is known color: Beaver. HEX triplet: 97, 6B and 57. RGB value is (151,107,87). Sum of RGB (Red+Green+Blue) = 151+107+87=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 87 (34.38% from 255 or 25.22% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #976B57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B57 is #6894A8. Grayscale: #767676. Windows color (decimal): -6853801 or 5729175. OLE color: 5729175.

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

Color convert

RGB 151 107 87 -
CMYK 0 0.29 0.42 0.41
HSL 18.75º 0.27% 0.47% -
HSV(B) 18.75º 0.42% 0.59% -
XYZ 19.74 17.78 11.41 -
YUV 117.88 110.58 151.63 -
System Red Green Blue C M Y K H S L
Decimal 151 107 87 0 0.29 0.42 0.41 18.75 0.27 0.47
Hex 97 6B 57 0 1D 2A 29 13 1B 2F
Octal 227 153 127 0 35 52 51 23 33 57
Binary 10010111 1101011 1010111 0 11101 101010 101001 10011 11011 101111

Color Harmonies of #976B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976B57

Black with #976B57

Text Example


Text Example

White with #976B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,107,87); }

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

background-color css

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

 a { background-color: rgb(151,107,87); }

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

border-color css

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

 span { border-color: rgb(151,107,87); }

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