#9B7163

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

Shades of Toast #9B7163

Tints of Toast #9B7163

Color information

#9B7163 (or 0x9B7163) is unknown color: approx Toast. HEX triplet: 9B, 71 and 63. RGB value is (155,113,99). Sum of RGB (Red+Green+Blue) = 155+113+99=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7163 is #648E9C. Grayscale: #7C7C7C. Windows color (decimal): -6590109 or 6517147. OLE color: 6517147.

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

Color convert

RGB15511399-
CMYK00.270.360.39
HSL15º22.05%49.8%-
HSV(B)15º36.13%60.78%-
XYZ21.6719.6814.46-
YUV123.96113.91150.14-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.23%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 99 (39.06% from 255) = 26.98%
R=42.23%
G=30.79%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551139900.270.360.391522.0549.8
Hex9B716301B2427f1632
Octal2331611430334447172662
Binary1001101111100011100011011011100100100111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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