#9B7660

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

Shades of Toast #9B7660

Tints of Toast #9B7660

Color information

#9B7660 (or 0x9B7660) is unknown color: approx Toast. HEX triplet: 9B, 76 and 60. RGB value is (155,118,96). Sum of RGB (Red+Green+Blue) = 155+118+96=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 118 (46.48% from 255 or 31.98% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7660 is #64899F. Grayscale: #7E7E7E. Windows color (decimal): -6588832 or 6321819. OLE color: 6321819.

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

Color convert

RGB15511896-
CMYK00.240.380.39
HSL22.37º23.51%49.22%-
HSV(B)22.37º38.06%60.78%-
XYZ22.1120.7713.91-
YUV126.56110.76148.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 118 (46.48% from 255) = 31.98%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=42.01%
G=31.98%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.38
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551189600.240.380.3922.3723.5149.22
Hex9B76600182627161831
Octal2331661400304647263061
Binary10011011111011011000000110001001101001111011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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