#9A6454

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

Shades of Au Chico #9A6454

Tints of Au Chico #9A6454

Color information

#9A6454 (or 0x9A6454) is unknown color: approx Au Chico. HEX triplet: 9A, 64 and 54. RGB value is (154,100,84). Sum of RGB (Red+Green+Blue) = 154+100+84=338 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.56% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6454 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6454 is #659BAB. Grayscale: #727272. Windows color (decimal): -6658988 or 5530778. OLE color: 5530778.

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

Color convert

RGB15410084-
CMYK00.350.450.40
HSL13.71º29.41%46.67%-
HSV(B)13.71º45.45%60.39%-
XYZ19.4816.6210.57-
YUV114.32110.89156.3-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 45.56%
GREEN value IS 100 (39.45% from 255) = 29.59%
BLUE value IS 84 (33.20% from 255) = 24.85%
R=45.56%
G=29.59%
B=24.85%

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
Decimal1541008400.350.450.4013.7129.4146.67
Hex9A64540232D28e1d2f
Octal2321441240435550163557
Binary10011010110010010101000100011101101101000111011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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