#976757

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

Shades of Au Chico #976757

Tints of Au Chico #976757

Color information

#976757 (or 0x976757) is unknown color: approx Au Chico. HEX triplet: 97, 67 and 57. RGB value is (151,103,87). Sum of RGB (Red+Green+Blue) = 151+103+87=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #976757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976757 is #6898A8. Grayscale: #737373. Windows color (decimal): -6854825 or 5728151. OLE color: 5728151.

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

Color convert

RGB15110387-
CMYK00.320.420.41
HSL15º26.89%46.67%-
HSV(B)15º42.38%59.22%-
XYZ19.3316.9711.27-
YUV115.53111.9153.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 87 (34.38% from 255) = 25.51%
R=44.28%
G=30.21%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511038700.320.420.411526.8946.67
Hex9767570202A29f1b2f
Octal2271471270405251173357
Binary10010111110011110101110100000101010101001111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976757; }

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

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

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

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

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

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

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

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