Shades of Harvest Gold #F6B868
Tints of Harvest Gold #F6B868
RGB
CMYK
RGB Variations
Color information
#F6B868 (or 0xF6B868) is known color: Harvest Gold. HEX triplet: F6, B8 and 68. RGB value is (246,184,104). Sum of RGB (Red+Green+Blue) = 246+184+104=534 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.07% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B868 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B868 is #094797. Grayscale: #C1C1C1. Windows color (decimal): -608152 or 6863094. OLE color: 6863094.
HSL color Cylindrical-coordinate representation of color #F6B868: hue angle of 33.8º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6B868 is Cyan = 0, Magento = 0.25, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 184 | 104 | - |
| CMYK | 0 | 0.25 | 0.58 | 0.04 |
| HSL | 33.8º | 0.89% | 0.69% | - |
| HSV(B) | 33.8º | 0.58% | 0.96% | - |
| XYZ | 57.65 | 54.87 | 20.65 | - |
| YUV | 193.42 | 77.54 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 184 | 104 | 0 | 0.25 | 0.58 | 0.04 | 33.8 | 0.89 | 0.69 |
| Hex | F6 | B8 | 68 | 0 | 19 | 3A | 4 | 22 | 59 | 45 |
| Octal | 366 | 270 | 150 | 0 | 31 | 72 | 4 | 42 | 131 | 105 |
| Binary | 11110110 | 10111000 | 1101000 | 0 | 11001 | 111010 | 100 | 100010 | 1011001 | 1000101 |
Color Harmonies of #F6B868
Complementary color
Monochromatic Colors of #F6B868
Black with #F6B868
Text Example
Text Example
White with #F6B868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B868; }
p { color: rgb(246,184,104); }
H1.HeaderClassName
{
color: #F6B868;
}
.AnyTagClassName
{
color: #F6B868;
}
</style>
background-color css
<style>
a { background-color: #F6B868; }
a { background-color: rgb(246,184,104); }
div.DivClassName
{
background-color: #F6B868;
}
.BgClassName
{
background-color: #F6B868;
}
</style>
border-color css
<style>
span { border-color: #F6B868; }
span { border-color: rgb(246,184,104); }
td.TdClassName
{
border-color: #F6B868;
}
.TagClassName
{
border-color: #F6B868;
}
</style>