#9C625A

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

Shades of Au Chico #9C625A

Tints of Au Chico #9C625A

Color information

#9C625A (or 0x9C625A) is unknown color: approx Au Chico. HEX triplet: 9C, 62 and 5A. RGB value is (156,98,90). Sum of RGB (Red+Green+Blue) = 156+98+90=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 156 - color contains mainly: red. Hex color #9C625A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C625A is #639DA5. Grayscale: #727272. Windows color (decimal): -6528422 or 5923484. OLE color: 5923484.

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

Color convert

RGB1569890-
CMYK00.370.420.39
HSL7.27º26.83%48.24%-
HSV(B)7.27º42.31%61.18%-
XYZ19.9216.5411.82-
YUV114.43114.22157.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.35%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 90 (35.55% from 255) = 26.16%
R=45.35%
G=28.49%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156989000.370.420.397.2726.8348.24
Hex9C625A0252A2771b30
Octal234142132045524773360
Binary1001110011000101011010010010110101010011111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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