#9A6455

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

Shades of Au Chico #9A6455

Tints of Au Chico #9A6455

Color information

#9A6455 (or 0x9A6455) is unknown color: approx Au Chico. HEX triplet: 9A, 64 and 55. RGB value is (154,100,85). Sum of RGB (Red+Green+Blue) = 154+100+85=339 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.43% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6455 is #659BAA. Grayscale: #727272. Windows color (decimal): -6658987 or 5596314. OLE color: 5596314.

HSL color Cylindrical-coordinate representation of color #9A6455: hue angle of 13.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A6455 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15410085-
CMYK00.350.450.40
HSL13.04º28.87%46.86%-
HSV(B)13.04º44.81%60.39%-
XYZ19.5216.6410.78-
YUV114.44111.39156.22-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.43%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 85 (33.59% from 255) = 25.07%
R=45.43%
G=29.50%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541008500.350.450.4013.0428.8746.86
Hex9A64550232D28d1d2f
Octal2321441250435550153557
Binary10011010110010010101010100011101101101000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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