#9D645B

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

Shades of Au Chico #9D645B

Tints of Au Chico #9D645B

Color information

#9D645B (or 0x9D645B) is unknown color: approx Au Chico. HEX triplet: 9D, 64 and 5B. RGB value is (157,100,91). Sum of RGB (Red+Green+Blue) = 157+100+91=348 (46% of max value = 765). Red value is 157 (61.72% from 255 or 45.11% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 157 - color contains mainly: red. Hex color #9D645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D645B is #629BA4. Grayscale: #747474. Windows color (decimal): -6462373 or 5989533. OLE color: 5989533.

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

Color convert

RGB15710091-
CMYK00.360.420.38
HSL8.18º26.61%48.63%-
HSV(B)8.18º42.04%61.57%-
XYZ20.3517.0412.11-
YUV116.02113.88157.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.11%
GREEN value IS 100 (39.45% from 255) = 28.74%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=45.11%
G=28.74%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571009100.360.420.388.1826.6148.63
Hex9D645B0242A2681b31
Octal2351441330445246103361
Binary10011101110010010110110100100101010100110100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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