#9C685A

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

Shades of Au Chico #9C685A

Tints of Au Chico #9C685A

Color information

#9C685A (or 0x9C685A) is unknown color: approx Au Chico. HEX triplet: 9C, 68 and 5A. RGB value is (156,104,90). Sum of RGB (Red+Green+Blue) = 156+104+90=350 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.57% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 156 - color contains mainly: red. Hex color #9C685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C685A is #6397A5. Grayscale: #767676. Windows color (decimal): -6526886 or 5925020. OLE color: 5925020.

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

Color convert

RGB15610490-
CMYK00.330.420.39
HSL12.73º26.83%48.24%-
HSV(B)12.73º42.31%61.18%-
XYZ20.5117.7112.01-
YUV117.95112.23155.14-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 44.57%
GREEN value IS 104 (41.02% from 255) = 29.71%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=44.57%
G=29.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561049000.330.420.3912.7326.8348.24
Hex9C685A0212A27d1b30
Octal2341501320415247153360
Binary10011100110100010110100100001101010100111110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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