#996455

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

Shades of Au Chico #996455

Tints of Au Chico #996455

Color information

#996455 (or 0x996455) is unknown color: approx Au Chico. HEX triplet: 99, 64 and 55. RGB value is (153,100,85). Sum of RGB (Red+Green+Blue) = 153+100+85=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996455 is #669BAA. Grayscale: #727272. Windows color (decimal): -6724523 or 5596313. OLE color: 5596313.

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

Color convert

RGB15310085-
CMYK00.350.440.4
HSL13.24º28.57%46.67%-
HSV(B)13.24º44.44%60%-
XYZ19.3316.5410.77-
YUV114.14111.56155.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=45.27%
G=29.59%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531008500.350.440.413.2428.5746.67
Hex9964550232C28d1d2f
Octal2311441250435450153557
Binary10011001110010010101010100011101100101000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996455; }

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

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

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

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

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

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

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

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