#9D705B

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

Shades of Toast #9D705B

Tints of Toast #9D705B

Color information

#9D705B (or 0x9D705B) is unknown color: approx Toast. HEX triplet: 9D, 70 and 5B. RGB value is (157,112,91). Sum of RGB (Red+Green+Blue) = 157+112+91=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 91 (35.94% from 255 or 25.28% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D705B is #628FA4. Grayscale: #7B7B7B. Windows color (decimal): -6459301 or 5992605. OLE color: 5992605.

HSL color Cylindrical-coordinate representation of color #9D705B: hue angle of 19.09º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9D705B is Cyan = 0, Magento = 0.29, Yellow = 0.42 and Black (K on CMYK) = 0.38.

Color convert

RGB15711291-
CMYK00.290.420.38
HSL19.09º26.61%48.63%-
HSV(B)19.09º42.04%61.57%-
XYZ21.5919.5112.53-
YUV123.06109.91152.21-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.61%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 91 (35.94% from 255) = 25.28%
R=43.61%
G=31.11%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571129100.290.420.3819.0926.6148.63
Hex9D705B01D2A26131b31
Octal2351601330355246233361
Binary10011101111000010110110111011010101001101001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,112,91); }

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

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

 a { background-color: rgb(157,112,91); }

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

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

 span { border-color: rgb(157,112,91); }

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