#996155

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

Shades of Au Chico #996155

Tints of Au Chico #996155

Color information

#996155 (or 0x996155) is unknown color: approx Au Chico. HEX triplet: 99, 61 and 55. RGB value is (153,97,85). Sum of RGB (Red+Green+Blue) = 153+97+85=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996155 is #669EAA. Grayscale: #707070. Windows color (decimal): -6725291 or 5595545. OLE color: 5595545.

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

Color convert

RGB1539785-
CMYK00.370.440.4
HSL10.59º28.57%46.67%-
HSV(B)10.59º44.44%60%-
XYZ19.0515.9810.67-
YUV112.38112.55156.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 97 (38.28% from 255) = 28.96%
BLUE value IS 85 (33.59% from 255) = 25.37%
R=45.67%
G=28.96%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153978500.370.440.410.5928.5746.67
Hex9961550252C28b1d2f
Octal2311411250455450133557
Binary10011001110000110101010100101101100101000101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996155; }

 p { color: rgb(153,97,85); }

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

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

 a { background-color: rgb(153,97,85); }

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

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

 span { border-color: rgb(153,97,85); }

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