#9D685C

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

Shades of Au Chico #9D685C

Tints of Au Chico #9D685C

Color information

#9D685C (or 0x9D685C) is unknown color: approx Au Chico. HEX triplet: 9D, 68 and 5C. RGB value is (157,104,92). Sum of RGB (Red+Green+Blue) = 157+104+92=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 104 (41.02% from 255 or 29.46% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D685C is #6297A3. Grayscale: #767676. Windows color (decimal): -6461348 or 6056093. OLE color: 6056093.

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

Color convert

RGB15710492-
CMYK00.340.410.38
HSL11.08º26.1%48.82%-
HSV(B)11.08º41.4%61.57%-
XYZ20.7917.8412.47-
YUV118.48113.06155.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 104 (41.02% from 255) = 29.46%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=44.48%
G=29.46%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571049200.340.410.3811.0826.148.82
Hex9D685C0222926b1a31
Octal2351501340425146133261
Binary10011101110100010111000100010101001100110101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,104,92); }

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

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

 a { background-color: rgb(157,104,92); }

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

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

 span { border-color: rgb(157,104,92); }

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