#99725F

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

Shades of Toast #99725F

Tints of Toast #99725F

Color information

#99725F (or 0x99725F) is unknown color: approx Toast. HEX triplet: 99, 72 and 5F. RGB value is (153,114,95). Sum of RGB (Red+Green+Blue) = 153+114+95=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #99725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99725F is #668DA0. Grayscale: #7B7B7B. Windows color (decimal): -6720929 or 6255257. OLE color: 6255257.

HSL color Cylindrical-coordinate representation of color #99725F: hue angle of 19.66º 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 #99725F is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.4.

Color convert

RGB15311495-
CMYK00.250.380.4
HSL19.66º23.39%48.63%-
HSV(B)19.66º37.91%60%-
XYZ21.2219.6313.5-
YUV123.49111.92149.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 114 (44.92% from 255) = 31.49%
BLUE value IS 95 (37.5% from 255) = 26.24%
R=42.27%
G=31.49%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531149500.250.380.419.6623.3948.63
Hex99725F0192628141731
Octal2311621370314650242761
Binary10011001111001010111110110011001101010001010010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99725F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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