#99705F

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

Shades of Toast #99705F

Tints of Toast #99705F

Color information

#99705F (or 0x99705F) is unknown color: approx Toast. HEX triplet: 99, 70 and 5F. RGB value is (153,112,95). Sum of RGB (Red+Green+Blue) = 153+112+95=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 95 (37.5% from 255 or 26.39% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99705F is #668FA0. Grayscale: #7A7A7A. Windows color (decimal): -6721441 or 6254745. OLE color: 6254745.

HSL color Cylindrical-coordinate representation of color #99705F: hue angle of 17.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #99705F is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15311295-
CMYK00.270.380.4
HSL17.59º23.39%48.63%-
HSV(B)17.59º37.91%60%-
XYZ2119.1913.42-
YUV122.32112.58149.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 95 (37.5% from 255) = 26.39%
R=42.5%
G=31.11%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531129500.270.380.417.5923.3948.63
Hex99705F01B2628121731
Octal2311601370334650222761
Binary10011001111000010111110110111001101010001001010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99705F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99705F; }

 p { color: rgb(153,112,95); }

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

<style>
 a { background-color: #99705F; }

 a { background-color: rgb(153,112,95); }

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

<style>
 span { border-color: #99705F; }

 span { border-color: rgb(153,112,95); }

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