#9B7160

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

Shades of Toast #9B7160

Tints of Toast #9B7160

Color information

#9B7160 (or 0x9B7160) is unknown color: approx Toast. HEX triplet: 9B, 71 and 60. RGB value is (155,113,96). Sum of RGB (Red+Green+Blue) = 155+113+96=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 96 (37.89% from 255 or 26.37% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7160 is #648E9F. Grayscale: #7B7B7B. Windows color (decimal): -6590112 or 6320539. OLE color: 6320539.

HSL color Cylindrical-coordinate representation of color #9B7160: hue angle of 17.29º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B7160 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB15511396-
CMYK00.270.380.39
HSL17.29º23.51%49.22%-
HSV(B)17.29º38.06%60.78%-
XYZ21.5319.6213.72-
YUV123.62112.41150.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 96 (37.89% from 255) = 26.37%
R=42.58%
G=31.04%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551139600.270.380.3917.2923.5149.22
Hex9B716001B2627111831
Octal2331611400334647213061
Binary10011011111000111000000110111001101001111000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,113,96); }

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

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

 a { background-color: rgb(155,113,96); }

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

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

 span { border-color: rgb(155,113,96); }

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