#9B7665

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

Shades of Toast #9B7665

Tints of Toast #9B7665

Color information

#9B7665 (or 0x9B7665) is unknown color: approx Toast. HEX triplet: 9B, 76 and 65. RGB value is (155,118,101). Sum of RGB (Red+Green+Blue) = 155+118+101=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7665 is #64899A. Grayscale: #7F7F7F. Windows color (decimal): -6588827 or 6649499. OLE color: 6649499.

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

Color convert

RGB155118101-
CMYK00.240.350.39
HSL18.89º21.26%50.2%-
HSV(B)18.89º34.84%60.78%-
XYZ22.3420.8715.16-
YUV127.12113.26147.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.44%
GREEN value IS 118 (46.48% from 255) = 31.55%
BLUE value IS 101 (39.84% from 255) = 27.01%
R=41.44%
G=31.55%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511810100.240.350.3918.8921.2650.2
Hex9B76650182327131532
Octal2331661450304347232562
Binary10011011111011011001010110001000111001111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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