#996858

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

Shades of Au Chico #996858

Tints of Au Chico #996858

Color information

#996858 (or 0x996858) is unknown color: approx Au Chico. HEX triplet: 99, 68 and 58. RGB value is (153,104,88). Sum of RGB (Red+Green+Blue) = 153+104+88=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996858 is #6697A7. Grayscale: #747474. Windows color (decimal): -6723496 or 5793945. OLE color: 5793945.

HSL color Cylindrical-coordinate representation of color #996858: hue angle of 14.77º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996858 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB15310488-
CMYK00.320.420.4
HSL14.77º26.97%47.25%-
HSV(B)14.77º42.48%60%-
XYZ19.8517.3811.54-
YUV116.83111.73153.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=44.35%
G=30.14%
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.4
SystemRedGreenBlueCMYKHSL
Decimal1531048800.320.420.414.7726.9747.25
Hex9968580202A28f1b2f
Octal2311501300405250173357
Binary10011001110100010110000100000101010101000111111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996858; }

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

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

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

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

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

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

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

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