#9D6E58

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

Shades of Toast #9D6E58

Tints of Toast #9D6E58

Color information

#9D6E58 (or 0x9D6E58) is unknown color: approx Toast. HEX triplet: 9D, 6E and 58. RGB value is (157,110,88). Sum of RGB (Red+Green+Blue) = 157+110+88=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6E58 is #6291A7. Grayscale: #797979. Windows color (decimal): -6459816 or 5795485. OLE color: 5795485.

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

Color convert

RGB15711088-
CMYK00.300.440.38
HSL19.13º28.16%48.04%-
HSV(B)19.13º43.95%61.57%-
XYZ21.2419.0211.79-
YUV121.54109.07153.29-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.23%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 88 (34.77% from 255) = 24.79%
R=44.23%
G=30.99%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571108800.300.440.3819.1328.1648.04
Hex9D6E5801E2C26131c30
Octal2351561300365446233460
Binary10011101110111010110000111101011001001101001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,110,88); }

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

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

 a { background-color: rgb(157,110,88); }

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

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

 span { border-color: rgb(157,110,88); }

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