#9B7260

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

Shades of Toast #9B7260

Tints of Toast #9B7260

Color information

#9B7260 (or 0x9B7260) is unknown color: approx Toast. HEX triplet: 9B, 72 and 60. RGB value is (155,114,96). Sum of RGB (Red+Green+Blue) = 155+114+96=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7260 is #648D9F. Grayscale: #7C7C7C. Windows color (decimal): -6589856 or 6320795. OLE color: 6320795.

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

Color convert

RGB15511496-
CMYK00.260.380.39
HSL18.31º23.51%49.22%-
HSV(B)18.31º38.06%60.78%-
XYZ21.6519.8513.76-
YUV124.21112.08149.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=42.47%
G=31.23%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551149600.260.380.3918.3123.5149.22
Hex9B726001A2627121831
Octal2331621400324647223061
Binary10011011111001011000000110101001101001111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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