Shades of Harvest Gold #F6BA68
Tints of Harvest Gold #F6BA68
RGB
CMYK
RGB Variations
Color information
#F6BA68 (or 0xF6BA68) is known color: Harvest Gold. HEX triplet: F6, BA and 68. RGB value is (246,186,104). Sum of RGB (Red+Green+Blue) = 246+186+104=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 186 (73.05% from 255 or 34.70% from 536); Blue value is 104 (41.02% from 255 or 19.40% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BA68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BA68 is #094597. Grayscale: #C2C2C2. Windows color (decimal): -607640 or 6863606. OLE color: 6863606.
HSL color Cylindrical-coordinate representation of color #F6BA68: hue angle of 34.65º 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 #F6BA68 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 186 | 104 | - |
| CMYK | 0 | 0.24 | 0.58 | 0.04 |
| HSL | 34.65º | 0.89% | 0.69% | - |
| HSV(B) | 34.65º | 0.58% | 0.96% | - |
| XYZ | 58.06 | 55.71 | 20.79 | - |
| YUV | 194.59 | 76.88 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 186 | 104 | 0 | 0.24 | 0.58 | 0.04 | 34.65 | 0.89 | 0.69 |
| Hex | F6 | BA | 68 | 0 | 18 | 3A | 4 | 23 | 59 | 45 |
| Octal | 366 | 272 | 150 | 0 | 30 | 72 | 4 | 43 | 131 | 105 |
| Binary | 11110110 | 10111010 | 1101000 | 0 | 11000 | 111010 | 100 | 100011 | 1011001 | 1000101 |
Color Harmonies of #F6BA68
Complementary color
Monochromatic Colors of #F6BA68
Black with #F6BA68
Text Example
Text Example
White with #F6BA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BA68; }
p { color: rgb(246,186,104); }
H1.HeaderClassName
{
color: #F6BA68;
}
.AnyTagClassName
{
color: #F6BA68;
}
</style>
background-color css
<style>
a { background-color: #F6BA68; }
a { background-color: rgb(246,186,104); }
div.DivClassName
{
background-color: #F6BA68;
}
.BgClassName
{
background-color: #F6BA68;
}
</style>
border-color css
<style>
span { border-color: #F6BA68; }
span { border-color: rgb(246,186,104); }
td.TdClassName
{
border-color: #F6BA68;
}
.TagClassName
{
border-color: #F6BA68;
}
</style>