#9B7564

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

Shades of Toast #9B7564

Tints of Toast #9B7564

Color information

#9B7564 (or 0x9B7564) is unknown color: approx Toast. HEX triplet: 9B, 75 and 64. RGB value is (155,117,100). Sum of RGB (Red+Green+Blue) = 155+117+100=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7564 is #648A9B. Grayscale: #7E7E7E. Windows color (decimal): -6589084 or 6583707. OLE color: 6583707.

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

Color convert

RGB155117100-
CMYK00.250.350.39
HSL18.55º21.57%50%-
HSV(B)18.55º35.48%60.78%-
XYZ22.1820.6114.87-
YUV126.42113.09148.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.67%
GREEN value IS 117 (46.09% from 255) = 31.45%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=41.67%
G=31.45%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511710000.250.350.3918.5521.5750
Hex9B75640192327131632
Octal2331651440314347232662
Binary10011011111010111001000110011000111001111001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,100); }

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

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

 a { background-color: rgb(155,117,100); }

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

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

 span { border-color: rgb(155,117,100); }

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