#9E7966

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

Shades of Toast #9E7966

Tints of Toast #9E7966

Color information

#9E7966 (or 0x9E7966) is unknown color: approx Toast. HEX triplet: 9E, 79 and 66. RGB value is (158,121,102). Sum of RGB (Red+Green+Blue) = 158+121+102=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7966 is #618699. Grayscale: #828282. Windows color (decimal): -6391450 or 6715806. OLE color: 6715806.

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

Color convert

RGB158121102-
CMYK00.230.350.38
HSL20.36º22.4%50.98%-
HSV(B)20.36º35.44%61.96%-
XYZ23.3421.915.57-
YUV129.9112.26148.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.47%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=41.47%
G=31.76%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812110200.230.350.3820.3622.450.98
Hex9E79660172326141633
Octal2361711460274346242663
Binary10011110111100111001100101111000111001101010010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,121,102); }

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

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

 a { background-color: rgb(158,121,102); }

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

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

 span { border-color: rgb(158,121,102); }

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