#9B745E

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

Shades of Toast #9B745E

Tints of Toast #9B745E

Color information

#9B745E (or 0x9B745E) is unknown color: approx Toast. HEX triplet: 9B, 74 and 5E. RGB value is (155,116,94). Sum of RGB (Red+Green+Blue) = 155+116+94=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B745E is #648BA1. Grayscale: #7D7D7D. Windows color (decimal): -6589346 or 6190235. OLE color: 6190235.

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

Color convert

RGB15511694-
CMYK00.250.390.39
HSL21.64º24.5%48.82%-
HSV(B)21.64º39.35%60.78%-
XYZ21.7820.2713.35-
YUV125.15110.42149.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.47%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 94 (37.11% from 255) = 25.75%
R=42.47%
G=31.78%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551169400.250.390.3921.6424.548.82
Hex9B745E0192727161831
Octal2331641360314747263061
Binary10011011111010010111100110011001111001111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,116,94); }

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

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

 a { background-color: rgb(155,116,94); }

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

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

 span { border-color: rgb(155,116,94); }

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