#9C655C

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

Shades of Au Chico #9C655C

Tints of Au Chico #9C655C

Color information

#9C655C (or 0x9C655C) is unknown color: approx Au Chico. HEX triplet: 9C, 65 and 5C. RGB value is (156,101,92). Sum of RGB (Red+Green+Blue) = 156+101+92=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C655C is #639AA3. Grayscale: #747474. Windows color (decimal): -6527652 or 6055324. OLE color: 6055324.

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

Color convert

RGB15610192-
CMYK00.350.410.39
HSL8.44º25.81%48.63%-
HSV(B)8.44º41.03%61.18%-
XYZ20.317.1512.37-
YUV116.42114.22156.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.70%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 92 (36.33% from 255) = 26.36%
R=44.70%
G=28.94%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561019200.350.410.398.4425.8148.63
Hex9C655C023292781a31
Octal2341451340435147103261
Binary10011100110010110111000100011101001100111100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,101,92); }

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

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

 a { background-color: rgb(156,101,92); }

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

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

 span { border-color: rgb(156,101,92); }

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