#996154

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

Shades of Au Chico #996154

Tints of Au Chico #996154

Color information

#996154 (or 0x996154) is unknown color: approx Au Chico. HEX triplet: 99, 61 and 54. RGB value is (153,97,84). Sum of RGB (Red+Green+Blue) = 153+97+84=334 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.81% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 153 - color contains mainly: red. Hex color #996154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996154 is #669EAB. Grayscale: #707070. Windows color (decimal): -6725292 or 5530009. OLE color: 5530009.

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

Color convert

RGB1539784-
CMYK00.370.450.4
HSL11.3º29.11%46.47%-
HSV(B)11.3º45.1%60%-
XYZ19.0115.9610.47-
YUV112.26112.05157.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.81%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 84 (33.20% from 255) = 25.15%
R=45.81%
G=29.04%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153978400.370.450.411.329.1146.47
Hex9961540252D28b1d2e
Octal2311411240455550133556
Binary10011001110000110101000100101101101101000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996154; }

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

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

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

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

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

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

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

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