#976557

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

Shades of Au Chico #976557

Tints of Au Chico #976557

Color information

#976557 (or 0x976557) is unknown color: approx Au Chico. HEX triplet: 97, 65 and 57. RGB value is (151,101,87). Sum of RGB (Red+Green+Blue) = 151+101+87=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #976557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976557 is #689AA8. Grayscale: #727272. Windows color (decimal): -6855337 or 5727639. OLE color: 5727639.

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

Color convert

RGB15110187-
CMYK00.330.420.41
HSL13.12º26.89%46.67%-
HSV(B)13.12º42.38%59.22%-
XYZ19.1416.5711.21-
YUV114.35112.56154.14-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 101 (39.84% from 255) = 29.79%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=44.54%
G=29.79%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511018700.330.420.4113.1226.8946.67
Hex9765570212A29d1b2f
Octal2271451270415251153357
Binary10010111110010110101110100001101010101001110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976557; }

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

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

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

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

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

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

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

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