#9C715A

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

Shades of Toast #9C715A

Tints of Toast #9C715A

Color information

#9C715A (or 0x9C715A) is unknown color: approx Toast. HEX triplet: 9C, 71 and 5A. RGB value is (156,113,90). Sum of RGB (Red+Green+Blue) = 156+113+90=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C715A is #638EA5. Grayscale: #7B7B7B. Windows color (decimal): -6524582 or 5927324. OLE color: 5927324.

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

Color convert

RGB15611390-
CMYK00.280.420.39
HSL20.91º26.83%48.24%-
HSV(B)20.91º42.31%61.18%-
XYZ21.4619.6212.33-
YUV123.24109.25151.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 43.45%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 90 (35.55% from 255) = 25.07%
R=43.45%
G=31.48%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1561139000.280.420.3920.9126.8348.24
Hex9C715A01C2A27151b30
Octal2341611320345247253360
Binary10011100111000110110100111001010101001111010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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