#9C6155

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

Shades of Au Chico #9C6155

Tints of Au Chico #9C6155

Color information

#9C6155 (or 0x9C6155) is unknown color: approx Au Chico. HEX triplet: 9C, 61 and 55. RGB value is (156,97,85). Sum of RGB (Red+Green+Blue) = 156+97+85=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6155 is #639EAA. Grayscale: #717171. Windows color (decimal): -6528683 or 5595548. OLE color: 5595548.

HSL color Cylindrical-coordinate representation of color #9C6155: hue angle of 10.14º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C6155 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569785-
CMYK00.380.460.39
HSL10.14º29.46%47.25%-
HSV(B)10.14º45.51%61.18%-
XYZ19.6216.2710.7-
YUV113.27112.05158.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.15%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=46.15%
G=28.70%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156978500.380.460.3910.1429.4647.25
Hex9C61550262E27a1d2f
Octal2341411250465647123557
Binary10011100110000110101010100110101110100111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,85); }

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

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

 a { background-color: rgb(156,97,85); }

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

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

 span { border-color: rgb(156,97,85); }

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