#9A715D

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

Shades of Toast #9A715D

Tints of Toast #9A715D

Color information

#9A715D (or 0x9A715D) is unknown color: approx Toast. HEX triplet: 9A, 71 and 5D. RGB value is (154,113,93). Sum of RGB (Red+Green+Blue) = 154+113+93=360 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.78% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 154 - color contains mainly: red. Hex color #9A715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A715D is #658EA2. Grayscale: #7B7B7B. Windows color (decimal): -6655651 or 6123930. OLE color: 6123930.

HSL color Cylindrical-coordinate representation of color #9A715D: hue angle of 19.67º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9A715D is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15411393-
CMYK00.270.400.40
HSL19.67º24.7%48.43%-
HSV(B)19.67º39.61%60.39%-
XYZ21.2119.4713-
YUV122.98111.08150.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.78%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=42.78%
G=31.39%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1541139300.270.400.4019.6724.748.43
Hex9A715D01B2828141930
Octal2321611350335050243160
Binary10011010111000110111010110111010001010001010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,93); }

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

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

 a { background-color: rgb(154,113,93); }

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

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

 span { border-color: rgb(154,113,93); }

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