#9D7163

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

Shades of Toast #9D7163

Tints of Toast #9D7163

Color information

#9D7163 (or 0x9D7163) is unknown color: approx Toast. HEX triplet: 9D, 71 and 63. RGB value is (157,113,99). Sum of RGB (Red+Green+Blue) = 157+113+99=369 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.55% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 99 (39.06% from 255 or 26.83% from 369); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7163 is #628E9C. Grayscale: #7C7C7C. Windows color (decimal): -6459037 or 6517149. OLE color: 6517149.

HSL color Cylindrical-coordinate representation of color #9D7163: hue angle of 14.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D7163 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB15711399-
CMYK00.280.370.38
HSL14.48º22.83%50.2%-
HSV(B)14.48º36.94%61.57%-
XYZ22.0619.8814.48-
YUV124.56113.58151.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.55%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 99 (39.06% from 255) = 26.83%
R=42.55%
G=30.62%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571139900.280.370.3814.4822.8350.2
Hex9D716301C2526e1732
Octal2351611430344546162762
Binary1001110111100011100011011100100101100110111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,113,99); }

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

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

 a { background-color: rgb(157,113,99); }

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

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

 span { border-color: rgb(157,113,99); }

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