#9E705C

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

Shades of Toast #9E705C

Tints of Toast #9E705C

Color information

#9E705C (or 0x9E705C) is unknown color: approx Toast. HEX triplet: 9E, 70 and 5C. RGB value is (158,112,92). Sum of RGB (Red+Green+Blue) = 158+112+92=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E705C is #618FA3. Grayscale: #7B7B7B. Windows color (decimal): -6393764 or 6058142. OLE color: 6058142.

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

Color convert

RGB15811292-
CMYK00.290.420.38
HSL18.18º26.4%49.02%-
HSV(B)18.18º41.77%61.96%-
XYZ21.8319.6312.76-
YUV123.47110.24152.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=43.65%
G=30.94%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581129200.290.420.3818.1826.449.02
Hex9E705C01D2A26121a31
Octal2361601340355246223261
Binary10011110111000010111000111011010101001101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E705C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,92); }

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

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

 a { background-color: rgb(158,112,92); }

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

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

 span { border-color: rgb(158,112,92); }

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