#996257

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

Shades of Au Chico #996257

Tints of Au Chico #996257

Color information

#996257 (or 0x996257) is unknown color: approx Au Chico. HEX triplet: 99, 62 and 57. RGB value is (153,98,87). Sum of RGB (Red+Green+Blue) = 153+98+87=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 87 (34.38% from 255 or 25.74% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996257 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996257 is #669DA8. Grayscale: #717171. Windows color (decimal): -6725033 or 5726873. OLE color: 5726873.

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

Color convert

RGB1539887-
CMYK00.360.430.4
HSL10º27.5%47.06%-
HSV(B)10º43.14%60%-
XYZ19.2216.211.13-
YUV113.19113.22156.39-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 87 (34.38% from 255) = 25.74%
R=45.27%
G=28.99%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153988700.360.430.41027.547.06
Hex9962570242B28a1c2f
Octal2311421270445350123457
Binary10011001110001010101110100100101011101000101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996257; }

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

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

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

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

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

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

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

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