#976A5A

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

Shades of Au Chico #976A5A

Tints of Au Chico #976A5A

Color information

#976A5A (or 0x976A5A) is unknown color: approx Au Chico. HEX triplet: 97, 6A and 5A. RGB value is (151,106,90). Sum of RGB (Red+Green+Blue) = 151+106+90=347 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.52% from 347); Green value is 106 (41.80% from 255 or 30.55% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 151 - color contains mainly: red. Hex color #976A5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976A5A is #6895A5. Grayscale: #757575. Windows color (decimal): -6854054 or 5925527. OLE color: 5925527.

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

Color convert

RGB15110690-
CMYK00.300.400.41
HSL15.74º25.31%47.25%-
HSV(B)15.74º40.4%59.22%-
XYZ19.7617.6312.03-
YUV117.63112.41151.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 43.52%
GREEN value IS 106 (41.80% from 255) = 30.55%
BLUE value IS 90 (35.55% from 255) = 25.94%
R=43.52%
G=30.55%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511069000.300.400.4115.7425.3147.25
Hex976A5A01E282910192f
Octal2271521320365051203157
Binary10010111110101010110100111101010001010011000011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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