#9C6059

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

Shades of Au Chico #9C6059

Tints of Au Chico #9C6059

Color information

#9C6059 (or 0x9C6059) is unknown color: approx Au Chico. HEX triplet: 9C, 60 and 59. RGB value is (156,96,89). Sum of RGB (Red+Green+Blue) = 156+96+89=341 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.75% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6059 is #639FA6. Grayscale: #717171. Windows color (decimal): -6528935 or 5857436. OLE color: 5857436.

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

Color convert

RGB1569689-
CMYK00.380.430.39
HSL6.27º27.35%48.04%-
HSV(B)6.27º42.95%61.18%-
XYZ19.716.1511.53-
YUV113.14114.38158.57-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.75%
GREEN value IS 96 (37.89% from 255) = 28.15%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=45.75%
G=28.15%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156968900.380.430.396.2727.3548.04
Hex9C60590262B2761b30
Octal234140131046534763360
Binary1001110011000001011001010011010101110011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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