Shades of Harvest Gold #F6BD68
Tints of Harvest Gold #F6BD68
RGB
CMYK
RGB Variations
Color information
#F6BD68 (or 0xF6BD68) is known color: Harvest Gold. HEX triplet: F6, BD and 68. RGB value is (246,189,104). Sum of RGB (Red+Green+Blue) = 246+189+104=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6BD68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6BD68 is #094297. Grayscale: #C4C4C4. Windows color (decimal): -606872 or 6864374. OLE color: 6864374.
HSL color Cylindrical-coordinate representation of color #F6BD68: hue angle of 35.92º 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 #F6BD68 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 189 | 104 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.04 |
| HSL | 35.92º | 0.89% | 0.69% | - |
| HSV(B) | 35.92º | 0.58% | 0.96% | - |
| XYZ | 58.7 | 56.99 | 21 | - |
| YUV | 196.35 | 75.88 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 189 | 104 | 0 | 0.23 | 0.58 | 0.04 | 35.92 | 0.89 | 0.69 |
| Hex | F6 | BD | 68 | 0 | 17 | 3A | 4 | 24 | 59 | 45 |
| Octal | 366 | 275 | 150 | 0 | 27 | 72 | 4 | 44 | 131 | 105 |
| Binary | 11110110 | 10111101 | 1101000 | 0 | 10111 | 111010 | 100 | 100100 | 1011001 | 1000101 |
Color Harmonies of #F6BD68
Complementary color
Monochromatic Colors of #F6BD68
Black with #F6BD68
Text Example
Text Example
White with #F6BD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6BD68; }
p { color: rgb(246,189,104); }
H1.HeaderClassName
{
color: #F6BD68;
}
.AnyTagClassName
{
color: #F6BD68;
}
</style>
background-color css
<style>
a { background-color: #F6BD68; }
a { background-color: rgb(246,189,104); }
div.DivClassName
{
background-color: #F6BD68;
}
.BgClassName
{
background-color: #F6BD68;
}
</style>
border-color css
<style>
span { border-color: #F6BD68; }
span { border-color: rgb(246,189,104); }
td.TdClassName
{
border-color: #F6BD68;
}
.TagClassName
{
border-color: #F6BD68;
}
</style>