#9C665C

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

Shades of Au Chico #9C665C

Tints of Au Chico #9C665C

Color information

#9C665C (or 0x9C665C) is unknown color: approx Au Chico. HEX triplet: 9C, 66 and 5C. RGB value is (156,102,92). Sum of RGB (Red+Green+Blue) = 156+102+92=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C665C is #6399A3. Grayscale: #757575. Windows color (decimal): -6527396 or 6055580. OLE color: 6055580.

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

Color convert

RGB15610292-
CMYK00.350.410.39
HSL9.38º25.81%48.63%-
HSV(B)9.38º41.03%61.18%-
XYZ20.3917.3412.4-
YUV117.01113.89155.81-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 102 (40.23% from 255) = 29.14%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=44.57%
G=29.14%
B=26.29%

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
Decimal1561029200.350.410.399.3825.8148.63
Hex9C665C023292791a31
Octal2341461340435147113261
Binary10011100110011010111000100011101001100111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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