#996459

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

Shades of Au Chico #996459

Tints of Au Chico #996459

Color information

#996459 (or 0x996459) is unknown color: approx Au Chico. HEX triplet: 99, 64 and 59. RGB value is (153,100,89). Sum of RGB (Red+Green+Blue) = 153+100+89=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996459 is #669BA6. Grayscale: #727272. Windows color (decimal): -6724519 or 5858457. OLE color: 5858457.

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

Color convert

RGB15310089-
CMYK00.350.420.4
HSL10.31º26.45%47.45%-
HSV(B)10.31º41.83%60%-
XYZ19.516.6111.63-
YUV114.59113.56155.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 100 (39.45% from 255) = 29.24%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=44.74%
G=29.24%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531008900.350.420.410.3126.4547.45
Hex9964590232A28a1a2f
Octal2311441310435250123257
Binary10011001110010010110010100011101010101000101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996459; }

 p { color: rgb(153,100,89); }

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

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

 a { background-color: rgb(153,100,89); }

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

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

 span { border-color: rgb(153,100,89); }

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