#9D695A

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

Shades of Au Chico #9D695A

Tints of Au Chico #9D695A

Color information

#9D695A (or 0x9D695A) is unknown color: approx Au Chico. HEX triplet: 9D, 69 and 5A. RGB value is (157,105,90). Sum of RGB (Red+Green+Blue) = 157+105+90=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D695A is #6296A5. Grayscale: #767676. Windows color (decimal): -6461094 or 5925277. OLE color: 5925277.

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

Color convert

RGB15710590-
CMYK00.330.430.38
HSL13.43º27.13%48.43%-
HSV(B)13.43º42.68%61.57%-
XYZ20.818.0112.05-
YUV118.84111.73155.22-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.60%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=44.60%
G=29.83%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571059000.330.430.3813.4327.1348.43
Hex9D695A0212B26d1b30
Octal2351511320415346153360
Binary10011101110100110110100100001101011100110110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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