#9D615B

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

Shades of Au Chico #9D615B

Tints of Au Chico #9D615B

Color information

#9D615B (or 0x9D615B) is unknown color: approx Au Chico. HEX triplet: 9D, 61 and 5B. RGB value is (157,97,91). Sum of RGB (Red+Green+Blue) = 157+97+91=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 157 - color contains mainly: red. Hex color #9D615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D615B is #629EA4. Grayscale: #727272. Windows color (decimal): -6463141 or 5988765. OLE color: 5988765.

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

Color convert

RGB1579791-
CMYK00.380.420.38
HSL5.45º26.61%48.63%-
HSV(B)5.45º42.04%61.57%-
XYZ20.0716.4712.02-
YUV114.26114.88158.49-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 45.51%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 91 (35.94% from 255) = 26.38%
R=45.51%
G=28.12%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157979100.380.420.385.4526.6148.63
Hex9D615B0262A2651b31
Octal235141133046524653361
Binary1001110111000011011011010011010101010011010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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