#9B7360

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

Shades of Toast #9B7360

Tints of Toast #9B7360

Color information

#9B7360 (or 0x9B7360) is unknown color: approx Toast. HEX triplet: 9B, 73 and 60. RGB value is (155,115,96). Sum of RGB (Red+Green+Blue) = 155+115+96=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 115 (45.31% from 255 or 31.42% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7360 is #648C9F. Grayscale: #7C7C7C. Windows color (decimal): -6589600 or 6321051. OLE color: 6321051.

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

Color convert

RGB15511596-
CMYK00.260.380.39
HSL19.32º23.51%49.22%-
HSV(B)19.32º38.06%60.78%-
XYZ21.7620.0713.79-
YUV124.79111.75149.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 115 (45.31% from 255) = 31.42%
BLUE value IS 96 (37.89% from 255) = 26.23%
R=42.35%
G=31.42%
B=26.23%

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
Decimal1551159600.260.380.3919.3223.5149.22
Hex9B736001A2627131831
Octal2331631400324647233061
Binary10011011111001111000000110101001101001111001111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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