#976858

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

Shades of Au Chico #976858

Tints of Au Chico #976858

Color information

#976858 (or 0x976858) is unknown color: approx Au Chico. HEX triplet: 97, 68 and 58. RGB value is (151,104,88). Sum of RGB (Red+Green+Blue) = 151+104+88=343 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.02% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 151 - color contains mainly: red. Hex color #976858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976858 is #6897A7. Grayscale: #747474. Windows color (decimal): -6854568 or 5793943. OLE color: 5793943.

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

Color convert

RGB15110488-
CMYK00.310.420.41
HSL15.24º26.36%46.86%-
HSV(B)15.24º41.72%59.22%-
XYZ19.4717.1811.52-
YUV116.23112.07152.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.02%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 88 (34.77% from 255) = 25.66%
R=44.02%
G=30.32%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511048800.310.420.4115.2426.3646.86
Hex97685801F2A29f1a2f
Octal2271501300375251173257
Binary1001011111010001011000011111101010101001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976858; }

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

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

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

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

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

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

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

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