#9C604E

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

Shades of Au Chico #9C604E

Tints of Au Chico #9C604E

Color information

#9C604E (or 0x9C604E) is unknown color: approx Au Chico. HEX triplet: 9C, 60 and 4E. RGB value is (156,96,78). Sum of RGB (Red+Green+Blue) = 156+96+78=330 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.27% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 156 - color contains mainly: red. Hex color #9C604E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C604E is #639FB1. Grayscale: #707070. Windows color (decimal): -6528946 or 5136540. OLE color: 5136540.

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

Color convert

RGB1569678-
CMYK00.380.50.39
HSL13.85º33.33%45.88%-
HSV(B)13.85º50%61.18%-
XYZ19.2715.989.28-
YUV111.89108.88159.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.27%
GREEN value IS 96 (37.89% from 255) = 29.09%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=47.27%
G=29.09%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.5
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156967800.380.50.3913.8533.3345.88
Hex9C604E0263227e212e
Octal2341401160466247164156
Binary100111001100000100111001001101100101001111110100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C604E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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