#976158

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

Shades of Au Chico #976158

Tints of Au Chico #976158

Color information

#976158 (or 0x976158) is unknown color: approx Au Chico. HEX triplet: 97, 61 and 58. RGB value is (151,97,88). Sum of RGB (Red+Green+Blue) = 151+97+88=336 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.94% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 151 - color contains mainly: red. Hex color #976158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976158 is #689EA7. Grayscale: #707070. Windows color (decimal): -6856360 or 5792151. OLE color: 5792151.

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

Color convert

RGB1519788-
CMYK00.360.420.41
HSL8.57º26.36%46.86%-
HSV(B)8.57º41.72%59.22%-
XYZ18.815.8311.3-
YUV112.12114.39155.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.94%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 88 (34.77% from 255) = 26.19%
R=44.94%
G=28.87%
B=26.19%

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
Decimal151978800.360.420.418.5726.3646.86
Hex9761580242A2991a2f
Octal2271411300445251113257
Binary10010111110000110110000100100101010101001100111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976158; }

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

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

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

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

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

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

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

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