#9A6B5C

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

Shades of Au Chico #9A6B5C

Tints of Au Chico #9A6B5C

Color information

#9A6B5C (or 0x9A6B5C) is unknown color: approx Au Chico. HEX triplet: 9A, 6B and 5C. RGB value is (154,107,92). Sum of RGB (Red+Green+Blue) = 154+107+92=353 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.63% from 353); Green value is 107 (42.19% from 255 or 30.31% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6B5C is #6594A3. Grayscale: #777777. Windows color (decimal): -6657188 or 6056858. OLE color: 6056858.

HSL color Cylindrical-coordinate representation of color #9A6B5C: hue angle of 14.52º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A6B5C is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15410792-
CMYK00.310.400.40
HSL14.52º25.2%48.24%-
HSV(B)14.52º40.26%60.39%-
XYZ20.5218.1612.55-
YUV119.34112.57152.72-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 43.63%
GREEN value IS 107 (42.19% from 255) = 30.31%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=43.63%
G=30.31%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541079200.310.400.4014.5225.248.24
Hex9A6B5C01F2828f1930
Octal2321531340375050173160
Binary1001101011010111011100011111101000101000111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,107,92); }

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

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

 a { background-color: rgb(154,107,92); }

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

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

 span { border-color: rgb(154,107,92); }

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