#976B5A

Color #976B5A Beaver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Beaver #976B5A

Tints of Beaver #976B5A

Color information

#976B5A (or 0x976B5A) is unknown color: approx Beaver. HEX triplet: 97, 6B and 5A. RGB value is (151,107,90). Sum of RGB (Red+Green+Blue) = 151+107+90=348 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.39% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 151 - color contains mainly: red. Hex color #976B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976B5A is #6894A5. Grayscale: #767676. Windows color (decimal): -6853798 or 5925783. OLE color: 5925783.

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

Color convert

RGB15110790-
CMYK00.290.400.41
HSL16.72º25.31%47.25%-
HSV(B)16.72º40.4%59.22%-
XYZ19.8717.8312.07-
YUV118.22112.08151.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.39%
GREEN value IS 107 (42.19% from 255) = 30.75%
BLUE value IS 90 (35.55% from 255) = 25.86%
R=43.39%
G=30.75%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511079000.290.400.4116.7225.3147.25
Hex976B5A01D282911192f
Octal2271531320355051213157
Binary10010111110101110110100111011010001010011000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #976B5A;
 }
 .AnyTagClassName
 {
   color: #976B5A;
 }
</style>
background-color css

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

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

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

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

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

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