#9C6451

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

Shades of Au Chico #9C6451

Tints of Au Chico #9C6451

Color information

#9C6451 (or 0x9C6451) is unknown color: approx Au Chico. HEX triplet: 9C, 64 and 51. RGB value is (156,100,81). Sum of RGB (Red+Green+Blue) = 156+100+81=337 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.29% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 81 (32.03% from 255 or 24.04% from 337); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6451 is #639BAE. Grayscale: #727272. Windows color (decimal): -6527919 or 5334172. OLE color: 5334172.

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

Color convert

RGB15610081-
CMYK00.360.480.39
HSL15.2º31.65%46.47%-
HSV(B)15.2º48.08%61.18%-
XYZ19.7516.789.98-
YUV114.58109.05157.54-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 46.29%
GREEN value IS 100 (39.45% from 255) = 29.67%
BLUE value IS 81 (32.03% from 255) = 24.04%
R=46.29%
G=29.67%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.48
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561008100.360.480.3915.231.6546.47
Hex9C64510243027f202e
Octal2341441210446047174056
Binary100111001100100101000101001001100001001111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C6451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,100,81); }

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

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

 a { background-color: rgb(156,100,81); }

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

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

 span { border-color: rgb(156,100,81); }

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