#996357

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

Shades of Au Chico #996357

Tints of Au Chico #996357

Color information

#996357 (or 0x996357) is unknown color: approx Au Chico. HEX triplet: 99, 63 and 57. RGB value is (153,99,87). Sum of RGB (Red+Green+Blue) = 153+99+87=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996357 is #669CA8. Grayscale: #717171. Windows color (decimal): -6724777 or 5727129. OLE color: 5727129.

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

Color convert

RGB1539987-
CMYK00.350.430.4
HSL10.91º27.5%47.06%-
HSV(B)10.91º43.14%60%-
XYZ19.3216.3811.16-
YUV113.78112.89155.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=45.13%
G=29.20%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153998700.350.430.410.9127.547.06
Hex9963570232B28b1c2f
Octal2311431270435350133457
Binary10011001110001110101110100011101011101000101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996357; }

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

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

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

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

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

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

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

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