#9E7869

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

Shades of Toast #9E7869

Tints of Toast #9E7869

Color information

#9E7869 (or 0x9E7869) is unknown color: approx Toast. HEX triplet: 9E, 78 and 69. RGB value is (158,120,105). Sum of RGB (Red+Green+Blue) = 158+120+105=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7869 is #618796. Grayscale: #818181. Windows color (decimal): -6391703 or 6912158. OLE color: 6912158.

HSL color Cylindrical-coordinate representation of color #9E7869: hue angle of 16.98º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7869 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158120105-
CMYK00.240.340.38
HSL16.98º21.46%51.57%-
HSV(B)16.98º33.54%61.96%-
XYZ23.3721.7216.33-
YUV129.65114.09148.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.25%
GREEN value IS 120 (47.27% from 255) = 31.33%
BLUE value IS 105 (41.41% from 255) = 27.42%
R=41.25%
G=31.33%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812010500.240.340.3816.9821.4651.57
Hex9E78690182226111534
Octal2361701510304246212564
Binary10011110111100011010010110001000101001101000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,120,105); }

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

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

 a { background-color: rgb(158,120,105); }

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

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

 span { border-color: rgb(158,120,105); }

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