#996856

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

Shades of Au Chico #996856

Tints of Au Chico #996856

Color information

#996856 (or 0x996856) is unknown color: approx Au Chico. HEX triplet: 99, 68 and 56. RGB value is (153,104,86). Sum of RGB (Red+Green+Blue) = 153+104+86=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996856 is #6697A9. Grayscale: #747474. Windows color (decimal): -6723498 or 5662873. OLE color: 5662873.

HSL color Cylindrical-coordinate representation of color #996856: hue angle of 16.12º 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 #996856 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310486-
CMYK00.320.440.4
HSL16.12º28.03%46.86%-
HSV(B)16.12º43.79%60%-
XYZ19.7717.3411.11-
YUV116.6110.73153.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 86 (33.98% from 255) = 25.07%
R=44.61%
G=30.32%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531048600.320.440.416.1228.0346.86
Hex9968560202C28101c2f
Octal2311501260405450203457
Binary100110011101000101011001000001011001010001000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996856; }

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

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

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

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

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

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

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

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