#996456

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

Shades of Au Chico #996456

Tints of Au Chico #996456

Color information

#996456 (or 0x996456) is unknown color: approx Au Chico. HEX triplet: 99, 64 and 56. RGB value is (153,100,86). Sum of RGB (Red+Green+Blue) = 153+100+86=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996456 is #669BA9. Grayscale: #727272. Windows color (decimal): -6724522 or 5661849. OLE color: 5661849.

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

Color convert

RGB15310086-
CMYK00.350.440.4
HSL12.54º28.03%46.86%-
HSV(B)12.54º43.79%60%-
XYZ19.3716.5610.98-
YUV114.25112.06155.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 86 (33.98% from 255) = 25.37%
R=45.13%
G=29.50%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531008600.350.440.412.5428.0346.86
Hex9964560232C28d1c2f
Octal2311441260435450153457
Binary10011001110010010101100100011101100101000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996456; }

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

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

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

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

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

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

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

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