#99715E

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

Shades of Toast #99715E

Tints of Toast #99715E

Color information

#99715E (or 0x99715E) is unknown color: approx Toast. HEX triplet: 99, 71 and 5E. RGB value is (153,113,94). Sum of RGB (Red+Green+Blue) = 153+113+94=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 94 (37.11% from 255 or 26.11% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99715E is #668EA1. Grayscale: #7A7A7A. Windows color (decimal): -6721186 or 6189465. OLE color: 6189465.

HSL color Cylindrical-coordinate representation of color #99715E: hue angle of 19.32º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99715E is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB15311394-
CMYK00.260.390.4
HSL19.32º23.89%48.43%-
HSV(B)19.32º38.56%60%-
XYZ21.0619.3913.22-
YUV122.79111.75149.54-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 94 (37.11% from 255) = 26.11%
R=42.5%
G=31.39%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531139400.260.390.419.3223.8948.43
Hex99715E01A2728131830
Octal2311611360324750233060
Binary10011001111000110111100110101001111010001001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99715E; }

 p { color: rgb(153,113,94); }

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

<style>
 a { background-color: #99715E; }

 a { background-color: rgb(153,113,94); }

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

<style>
 span { border-color: #99715E; }

 span { border-color: rgb(153,113,94); }

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