#9E765C

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

Shades of Toast #9E765C

Tints of Toast #9E765C

Color information

#9E765C (or 0x9E765C) is unknown color: approx Toast. HEX triplet: 9E, 76 and 5C. RGB value is (158,118,92). Sum of RGB (Red+Green+Blue) = 158+118+92=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 92 (36.33% from 255 or 25% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E765C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E765C is #6189A3. Grayscale: #7F7F7F. Windows color (decimal): -6392228 or 6059678. OLE color: 6059678.

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

Color convert

RGB15811892-
CMYK00.250.420.38
HSL23.64º26.4%49.02%-
HSV(B)23.64º41.77%61.96%-
XYZ22.512112.99-
YUV127108.25150.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 118 (46.48% from 255) = 32.07%
BLUE value IS 92 (36.33% from 255) = 25%
R=42.93%
G=32.07%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581189200.250.420.3823.6426.449.02
Hex9E765C0192A26181a31
Octal2361661340315246303261
Binary10011110111011010111000110011010101001101100011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E765C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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