#976157

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

Shades of Au Chico #976157

Tints of Au Chico #976157

Color information

#976157 (or 0x976157) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 57. RGB value is (151,97,87). Sum of RGB (Red+Green+Blue) = 151+97+87=335 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.07% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 151 - color contains mainly: red. Hex color #976157 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976157 is #689EA8. Grayscale: #707070. Windows color (decimal): -6856361 or 5726615. OLE color: 5726615.

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

Color convert

RGB1519787-
CMYK00.360.420.41
HSL9.38º26.89%46.67%-
HSV(B)9.38º42.38%59.22%-
XYZ18.7615.8211.08-
YUV112.01113.89155.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 45.07%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 87 (34.38% from 255) = 25.97%
R=45.07%
G=28.96%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151978700.360.420.419.3826.8946.67
Hex9761570242A2991b2f
Octal2271411270445251113357
Binary10010111110000110101110100100101010101001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976157; }

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

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

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

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

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

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

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

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