#996153

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

Shades of Au Chico #996153

Tints of Au Chico #996153

Color information

#996153 (or 0x996153) is unknown color: approx Au Chico. HEX triplet: 99, 61 and 53. RGB value is (153,97,83). Sum of RGB (Red+Green+Blue) = 153+97+83=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #996153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996153 is #669EAC. Grayscale: #707070. Windows color (decimal): -6725293 or 5464473. OLE color: 5464473.

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

Color convert

RGB1539783-
CMYK00.370.460.4
HSL12º29.66%46.27%-
HSV(B)12º45.75%60%-
XYZ18.9715.9510.26-
YUV112.15111.55157.14-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 83 (32.81% from 255) = 24.92%
R=45.95%
G=29.13%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153978300.370.460.41229.6646.27
Hex9961530252E28c1e2e
Octal2311411230455650143656
Binary10011001110000110100110100101101110101000110011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996153; }

 p { color: rgb(153,97,83); }

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

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

 a { background-color: rgb(153,97,83); }

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

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

 span { border-color: rgb(153,97,83); }

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