#996655

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

Shades of Au Chico #996655

Tints of Au Chico #996655

Color information

#996655 (or 0x996655) is unknown color: approx Au Chico. HEX triplet: 99, 66 and 55. RGB value is (153,102,85). Sum of RGB (Red+Green+Blue) = 153+102+85=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996655 is #6699AA. Grayscale: #737373. Windows color (decimal): -6724011 or 5596825. OLE color: 5596825.

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

Color convert

RGB15310285-
CMYK00.330.440.4
HSL15º28.57%46.67%-
HSV(B)15º44.44%60%-
XYZ19.5316.9310.83-
YUV115.31110.9154.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 85 (33.59% from 255) = 25%
R=45%
G=30%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531028500.330.440.41528.5746.67
Hex9966550212C28f1d2f
Octal2311461250415450173557
Binary10011001110011010101010100001101100101000111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996655; }

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

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

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

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

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

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

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

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