#9C615A

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

Shades of Au Chico #9C615A

Tints of Au Chico #9C615A

Color information

#9C615A (or 0x9C615A) is unknown color: approx Au Chico. HEX triplet: 9C, 61 and 5A. RGB value is (156,97,90). Sum of RGB (Red+Green+Blue) = 156+97+90=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 156 - color contains mainly: red. Hex color #9C615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C615A is #639EA5. Grayscale: #717171. Windows color (decimal): -6528678 or 5923228. OLE color: 5923228.

HSL color Cylindrical-coordinate representation of color #9C615A: hue angle of 6.36º degrees, saturation: 0.27, 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 #9C615A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1569790-
CMYK00.380.420.39
HSL6.36º26.83%48.24%-
HSV(B)6.36º42.31%61.18%-
XYZ19.8316.3611.78-
YUV113.84114.55158.07-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 97 (38.28% from 255) = 28.28%
BLUE value IS 90 (35.55% from 255) = 26.24%
R=45.48%
G=28.28%
B=26.24%

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
Decimal156979000.380.420.396.3626.8348.24
Hex9C615A0262A2761b30
Octal234141132046524763360
Binary1001110011000011011010010011010101010011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C615A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,97,90); }

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

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

 a { background-color: rgb(156,97,90); }

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

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

 span { border-color: rgb(156,97,90); }

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