#996654

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

Shades of Au Chico #996654

Tints of Au Chico #996654

Color information

#996654 (or 0x996654) is unknown color: approx Au Chico. HEX triplet: 99, 66 and 54. RGB value is (153,102,84). Sum of RGB (Red+Green+Blue) = 153+102+84=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996654 is #6699AB. Grayscale: #737373. Windows color (decimal): -6724012 or 5531289. OLE color: 5531289.

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

Color convert

RGB15310284-
CMYK00.330.450.4
HSL15.65º29.11%46.47%-
HSV(B)15.65º45.1%60%-
XYZ19.4916.9210.63-
YUV115.2110.4154.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=45.13%
G=30.09%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531028400.330.450.415.6529.1146.47
Hex9966540212D28101d2e
Octal2311461240415550203556
Binary100110011100110101010001000011011011010001000011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996654; }

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

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

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

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

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

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

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

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