#996055

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

Shades of Au Chico #996055

Tints of Au Chico #996055

Color information

#996055 (or 0x996055) is unknown color: approx Au Chico. HEX triplet: 99, 60 and 55. RGB value is (153,96,85). Sum of RGB (Red+Green+Blue) = 153+96+85=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996055 is #669FAA. Grayscale: #6F6F6F. Windows color (decimal): -6725547 or 5595289. OLE color: 5595289.

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

Color convert

RGB1539685-
CMYK00.370.440.4
HSL9.71º28.57%46.67%-
HSV(B)9.71º44.44%60%-
XYZ18.9615.7910.64-
YUV111.79112.88157.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 85 (33.59% from 255) = 25.45%
R=45.81%
G=28.74%
B=25.45%

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
Decimal153968500.370.440.49.7128.5746.67
Hex9960550252C28a1d2f
Octal2311401250455450123557
Binary10011001110000010101010100101101100101000101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996055; }

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

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

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

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

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

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

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

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