#9C715F

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

Shades of Toast #9C715F

Tints of Toast #9C715F

Color information

#9C715F (or 0x9C715F) is unknown color: approx Toast. HEX triplet: 9C, 71 and 5F. RGB value is (156,113,95). Sum of RGB (Red+Green+Blue) = 156+113+95=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 113 (44.53% from 255 or 31.04% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C715F is #638EA0. Grayscale: #7B7B7B. Windows color (decimal): -6524577 or 6255004. OLE color: 6255004.

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

Color convert

RGB15611395-
CMYK00.280.390.39
HSL17.7º24.3%49.22%-
HSV(B)17.7º39.1%61.18%-
XYZ21.6819.713.49-
YUV123.8111.75150.96-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 42.86%
GREEN value IS 113 (44.53% from 255) = 31.04%
BLUE value IS 95 (37.5% from 255) = 26.10%
R=42.86%
G=31.04%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561139500.280.390.3917.724.349.22
Hex9C715F01C2727121831
Octal2341611370344747223061
Binary10011100111000110111110111001001111001111001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,113,95); }

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

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

 a { background-color: rgb(156,113,95); }

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

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

 span { border-color: rgb(156,113,95); }

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