#9C605B

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

Shades of Au Chico #9C605B

Tints of Au Chico #9C605B

Color information

#9C605B (or 0x9C605B) is unknown color: approx Au Chico. HEX triplet: 9C, 60 and 5B. RGB value is (156,96,91). Sum of RGB (Red+Green+Blue) = 156+96+91=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C605B is #639FA4. Grayscale: #717171. Windows color (decimal): -6528933 or 5988508. OLE color: 5988508.

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

Color convert

RGB1569691-
CMYK00.380.420.39
HSL4.62º26.32%48.43%-
HSV(B)4.62º41.67%61.18%-
XYZ19.7816.1911.98-
YUV113.37115.38158.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=45.48%
G=27.99%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156969100.380.420.394.6226.3248.43
Hex9C605B0262A2751a30
Octal234140133046524753260
Binary1001110011000001011011010011010101010011110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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