#9B7361

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

Shades of Toast #9B7361

Tints of Toast #9B7361

Color information

#9B7361 (or 0x9B7361) is unknown color: approx Toast. HEX triplet: 9B, 73 and 61. RGB value is (155,115,97). Sum of RGB (Red+Green+Blue) = 155+115+97=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 97 (38.28% from 255 or 26.43% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7361 is #648C9E. Grayscale: #7D7D7D. Windows color (decimal): -6589599 or 6386587. OLE color: 6386587.

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

Color convert

RGB15511597-
CMYK00.260.370.39
HSL18.62º23.02%49.41%-
HSV(B)18.62º37.42%60.78%-
XYZ21.8120.0914.04-
YUV124.91112.25149.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 115 (45.31% from 255) = 31.34%
BLUE value IS 97 (38.28% from 255) = 26.43%
R=42.23%
G=31.34%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551159700.260.370.3918.6223.0249.41
Hex9B736101A2527131731
Octal2331631410324547232761
Binary10011011111001111000010110101001011001111001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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