#9B7261

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

Shades of Toast #9B7261

Tints of Toast #9B7261

Color information

#9B7261 (or 0x9B7261) is unknown color: approx Toast. HEX triplet: 9B, 72 and 61. RGB value is (155,114,97). Sum of RGB (Red+Green+Blue) = 155+114+97=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7261 is #648D9E. Grayscale: #7C7C7C. Windows color (decimal): -6589855 or 6386331. OLE color: 6386331.

HSL color Cylindrical-coordinate representation of color #9B7261: hue angle of 17.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B7261 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB15511497-
CMYK00.260.370.39
HSL17.59º23.02%49.41%-
HSV(B)17.59º37.42%60.78%-
XYZ21.6919.8714-
YUV124.32112.58149.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.35%
GREEN value IS 114 (44.92% from 255) = 31.15%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=42.35%
G=31.15%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551149700.260.370.3917.5923.0249.41
Hex9B726101A2527121731
Octal2331621410324547222761
Binary10011011111001011000010110101001011001111001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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