#9A6453

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

Shades of Au Chico #9A6453

Tints of Au Chico #9A6453

Color information

#9A6453 (or 0x9A6453) is unknown color: approx Au Chico. HEX triplet: 9A, 64 and 53. RGB value is (154,100,83). Sum of RGB (Red+Green+Blue) = 154+100+83=337 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.70% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6453 is #659BAC. Grayscale: #727272. Windows color (decimal): -6658989 or 5465242. OLE color: 5465242.

HSL color Cylindrical-coordinate representation of color #9A6453: hue angle of 14.37º 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 #9A6453 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15410083-
CMYK00.350.460.40
HSL14.37º29.96%46.47%-
HSV(B)14.37º46.1%60.39%-
XYZ19.4416.6110.36-
YUV114.21110.39156.38-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.70%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=45.70%
G=29.67%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541008300.350.460.4014.3729.9646.47
Hex9A64530232E28e1e2e
Octal2321441230435650163656
Binary10011010110010010100110100011101110101000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6453; }

 p { color: rgb(154,100,83); }

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

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

 a { background-color: rgb(154,100,83); }

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

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

 span { border-color: rgb(154,100,83); }

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