#996254

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

Shades of Au Chico #996254

Tints of Au Chico #996254

Color information

#996254 (or 0x996254) is unknown color: approx Au Chico. HEX triplet: 99, 62 and 54. RGB value is (153,98,84). Sum of RGB (Red+Green+Blue) = 153+98+84=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996254 is #669DAB. Grayscale: #707070. Windows color (decimal): -6725036 or 5530265. OLE color: 5530265.

HSL color Cylindrical-coordinate representation of color #996254: hue angle of 12.17º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #996254 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB1539884-
CMYK00.360.450.4
HSL12.17º29.11%46.47%-
HSV(B)12.17º45.1%60%-
XYZ19.116.1510.5-
YUV112.85111.72156.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 98 (38.67% from 255) = 29.25%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=45.67%
G=29.25%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153988400.360.450.412.1729.1146.47
Hex9962540242D28c1d2e
Octal2311421240445550143556
Binary10011001110001010101000100100101101101000110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996254; }

 p { color: rgb(153,98,84); }

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

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

 a { background-color: rgb(153,98,84); }

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

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

 span { border-color: rgb(153,98,84); }

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