#996556

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

Shades of Au Chico #996556

Tints of Au Chico #996556

Color information

#996556 (or 0x996556) is unknown color: approx Au Chico. HEX triplet: 99, 65 and 56. RGB value is (153,101,86). Sum of RGB (Red+Green+Blue) = 153+101+86=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996556 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996556 is #669AA9. Grayscale: #727272. Windows color (decimal): -6724266 or 5662105. OLE color: 5662105.

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

Color convert

RGB15310186-
CMYK00.340.440.4
HSL13.43º28.03%46.86%-
HSV(B)13.43º43.79%60%-
XYZ19.4716.7511.01-
YUV114.84111.73155.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 86 (33.98% from 255) = 25.29%
R=45%
G=29.71%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531018600.340.440.413.4328.0346.86
Hex9965560222C28d1c2f
Octal2311451260425450153457
Binary10011001110010110101100100010101100101000110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996556; }

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

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

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

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

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

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

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

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