#9B735D

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

Shades of Toast #9B735D

Tints of Toast #9B735D

Color information

#9B735D (or 0x9B735D) is unknown color: approx Toast. HEX triplet: 9B, 73 and 5D. RGB value is (155,115,93). Sum of RGB (Red+Green+Blue) = 155+115+93=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B735D is #648CA2. Grayscale: #7C7C7C. Windows color (decimal): -6589603 or 6124443. OLE color: 6124443.

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

Color convert

RGB15511593-
CMYK00.260.40.39
HSL21.29º25%48.63%-
HSV(B)21.29º40%60.78%-
XYZ21.6220.0213.08-
YUV124.45110.25149.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.70%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=42.70%
G=31.68%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551159300.260.40.3921.292548.63
Hex9B735D01A2827151931
Octal2331631350325047253161
Binary10011011111001110111010110101010001001111010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,115,93); }

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

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

 a { background-color: rgb(155,115,93); }

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

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

 span { border-color: rgb(155,115,93); }

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