#9B7263

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

Shades of Toast #9B7263

Tints of Toast #9B7263

Color information

#9B7263 (or 0x9B7263) is unknown color: approx Toast. HEX triplet: 9B, 72 and 63. RGB value is (155,114,99). Sum of RGB (Red+Green+Blue) = 155+114+99=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7263 is #648D9C. Grayscale: #7C7C7C. Windows color (decimal): -6589853 or 6517403. OLE color: 6517403.

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

Color convert

RGB15511499-
CMYK00.260.360.39
HSL16.07º22.05%49.8%-
HSV(B)16.07º36.13%60.78%-
XYZ21.7919.914.5-
YUV124.55113.58149.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.12%
GREEN value IS 114 (44.92% from 255) = 30.98%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=42.12%
G=30.98%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551149900.260.360.3916.0722.0549.8
Hex9B726301A2427101632
Octal2331621430324447202662
Binary10011011111001011000110110101001001001111000010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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