#9C6054

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

Shades of Au Chico #9C6054

Tints of Au Chico #9C6054

Color information

#9C6054 (or 0x9C6054) is unknown color: approx Au Chico. HEX triplet: 9C, 60 and 54. RGB value is (156,96,84). Sum of RGB (Red+Green+Blue) = 156+96+84=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6054 is #639FAB. Grayscale: #707070. Windows color (decimal): -6528940 or 5529756. OLE color: 5529756.

HSL color Cylindrical-coordinate representation of color #9C6054: hue angle of 10º degrees, saturation: 0.3, 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 #9C6054 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1569684-
CMYK00.380.460.39
HSL10º30%47.06%-
HSV(B)10º46.15%61.18%-
XYZ19.4916.0710.46-
YUV112.57111.88158.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.43%
GREEN value IS 96 (37.89% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 25%
R=46.43%
G=28.57%
B=25%

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
Decimal156968400.380.460.39103047.06
Hex9C60540262E27a1e2f
Octal2341401240465647123657
Binary10011100110000010101000100110101110100111101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,96,84); }

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

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

 a { background-color: rgb(156,96,84); }

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

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

 span { border-color: rgb(156,96,84); }

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