#9B7165

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

Shades of Toast #9B7165

Tints of Toast #9B7165

Color information

#9B7165 (or 0x9B7165) is unknown color: approx Toast. HEX triplet: 9B, 71 and 65. RGB value is (155,113,101). Sum of RGB (Red+Green+Blue) = 155+113+101=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 113 (44.53% from 255 or 30.62% from 369); Blue value is 101 (39.84% from 255 or 27.37% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7165 is #648E9A. Grayscale: #7C7C7C. Windows color (decimal): -6590107 or 6648219. OLE color: 6648219.

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

Color convert

RGB155113101-
CMYK00.270.350.39
HSL13.33º21.26%50.2%-
HSV(B)13.33º34.84%60.78%-
XYZ21.7719.7214.97-
YUV124.19114.91149.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.01%
GREEN value IS 113 (44.53% from 255) = 30.62%
BLUE value IS 101 (39.84% from 255) = 27.37%
R=42.01%
G=30.62%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511310100.270.350.3913.3321.2650.2
Hex9B716501B2327d1532
Octal2331611450334347152562
Binary1001101111100011100101011011100011100111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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