#9A715C

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

Shades of Toast #9A715C

Tints of Toast #9A715C

Color information

#9A715C (or 0x9A715C) is unknown color: approx Toast. HEX triplet: 9A, 71 and 5C. RGB value is (154,113,92). Sum of RGB (Red+Green+Blue) = 154+113+92=359 (47% of max value = 765). Red value is 154 (60.55% from 255 or 42.90% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 154 - color contains mainly: red. Hex color #9A715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A715C is #658EA3. Grayscale: #7A7A7A. Windows color (decimal): -6655652 or 6058394. OLE color: 6058394.

HSL color Cylindrical-coordinate representation of color #9A715C: hue angle of 20.32º 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 #9A715C is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB15411392-
CMYK00.270.400.40
HSL20.32º25.2%48.24%-
HSV(B)20.32º40.26%60.39%-
XYZ21.1619.4512.76-
YUV122.86110.58150.21-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.90%
GREEN value IS 113 (44.53% from 255) = 31.48%
BLUE value IS 92 (36.33% from 255) = 25.63%
R=42.90%
G=31.48%
B=25.63%

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
Decimal1541139200.270.400.4020.3225.248.24
Hex9A715C01B2828141930
Octal2321611340335050243160
Binary10011010111000110111000110111010001010001010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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