#9C6558

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

Shades of Au Chico #9C6558

Tints of Au Chico #9C6558

Color information

#9C6558 (or 0x9C6558) is unknown color: approx Au Chico. HEX triplet: 9C, 65 and 58. RGB value is (156,101,88). Sum of RGB (Red+Green+Blue) = 156+101+88=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6558 is #639AA7. Grayscale: #747474. Windows color (decimal): -6527656 or 5793180. OLE color: 5793180.

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

Color convert

RGB15610188-
CMYK00.350.440.39
HSL11.47º27.87%47.84%-
HSV(B)11.47º43.59%61.18%-
XYZ20.1317.0811.47-
YUV115.96112.22156.56-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.22%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=45.22%
G=29.28%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561018800.350.440.3911.4727.8747.84
Hex9C65580232C27b1c30
Octal2341451300435447133460
Binary10011100110010110110000100011101100100111101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,88); }

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

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

 a { background-color: rgb(156,101,88); }

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

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

 span { border-color: rgb(156,101,88); }

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