Shades of Wheat #F6E0AF
Tints of Wheat #F6E0AF
RGB
CMYK
RGB Variations
Color information
#F6E0AF (or 0xF6E0AF) is known color: Wheat. HEX triplet: F6, E0 and AF. RGB value is (246,224,175). Sum of RGB (Red+Green+Blue) = 246+224+175=645 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.14% from 645); Green value is 224 (87.89% from 255 or 34.73% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E0AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E0AF is #091F50. Grayscale: #E1E1E1. Windows color (decimal): -597841 or 11526390. OLE color: 11526390.
HSL color Cylindrical-coordinate representation of color #F6E0AF: hue angle of 41.41º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6E0AF is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 175 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.04 |
| HSL | 41.41º | 0.8% | 0.83% | - |
| HSV(B) | 41.41º | 0.29% | 0.96% | - |
| XYZ | 72.4 | 76 | 51.41 | - |
| YUV | 224.99 | 99.79 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 175 | 0 | 0.09 | 0.29 | 0.04 | 41.41 | 0.8 | 0.83 |
| Hex | F6 | E0 | AF | 0 | 9 | 1D | 4 | 29 | 50 | 53 |
| Octal | 366 | 340 | 257 | 0 | 11 | 35 | 4 | 51 | 120 | 123 |
| Binary | 11110110 | 11100000 | 10101111 | 0 | 1001 | 11101 | 100 | 101001 | 1010000 | 1010011 |
Color Harmonies of #F6E0AF
Complementary color
Monochromatic Colors of #F6E0AF
Black with #F6E0AF
Text Example
Text Example
White with #F6E0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E0AF; }
p { color: rgb(246,224,175); }
H1.HeaderClassName
{
color: #F6E0AF;
}
.AnyTagClassName
{
color: #F6E0AF;
}
</style>
background-color css
<style>
a { background-color: #F6E0AF; }
a { background-color: rgb(246,224,175); }
div.DivClassName
{
background-color: #F6E0AF;
}
.BgClassName
{
background-color: #F6E0AF;
}
</style>
border-color css
<style>
span { border-color: #F6E0AF; }
span { border-color: rgb(246,224,175); }
td.TdClassName
{
border-color: #F6E0AF;
}
.TagClassName
{
border-color: #F6E0AF;
}
</style>