#9D695B

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

Shades of Au Chico #9D695B

Tints of Au Chico #9D695B

Color information

#9D695B (or 0x9D695B) is unknown color: approx Au Chico. HEX triplet: 9D, 69 and 5B. RGB value is (157,105,91). Sum of RGB (Red+Green+Blue) = 157+105+91=353 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.48% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 157 - color contains mainly: red. Hex color #9D695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D695B is #6296A4. Grayscale: #777777. Windows color (decimal): -6461093 or 5990813. OLE color: 5990813.

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

Color convert

RGB15710591-
CMYK00.330.420.38
HSL12.73º26.61%48.63%-
HSV(B)12.73º42.04%61.57%-
XYZ20.8418.0312.28-
YUV118.95112.23155.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.48%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=44.48%
G=29.75%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571059100.330.420.3812.7326.6148.63
Hex9D695B0212A26d1b31
Octal2351511330415246153361
Binary10011101110100110110110100001101010100110110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,105,91); }

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

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

 a { background-color: rgb(157,105,91); }

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

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

 span { border-color: rgb(157,105,91); }

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