Shades of Harvest Gold #F6B969
Tints of Harvest Gold #F6B969
RGB
CMYK
RGB Variations
Color information
#F6B969 (or 0xF6B969) is known color: Harvest Gold. HEX triplet: F6, B9 and 69. RGB value is (246,185,105). Sum of RGB (Red+Green+Blue) = 246+185+105=536 (70% of max value = 765). Red value is 246 (96.48% from 255 or 45.90% from 536); Green value is 185 (72.66% from 255 or 34.51% from 536); Blue value is 105 (41.41% from 255 or 19.59% from 536); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B969 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B969 is #094696. Grayscale: #C2C2C2. Windows color (decimal): -607895 or 6928886. OLE color: 6928886.
HSL color Cylindrical-coordinate representation of color #F6B969: hue angle of 34.04º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F6B969 is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 185 | 105 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.04 |
| HSL | 34.04º | 0.89% | 0.69% | - |
| HSV(B) | 34.04º | 0.57% | 0.96% | - |
| XYZ | 57.9 | 55.31 | 20.99 | - |
| YUV | 194.12 | 77.71 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 185 | 105 | 0 | 0.25 | 0.57 | 0.04 | 34.04 | 0.89 | 0.69 |
| Hex | F6 | B9 | 69 | 0 | 19 | 39 | 4 | 22 | 59 | 45 |
| Octal | 366 | 271 | 151 | 0 | 31 | 71 | 4 | 42 | 131 | 105 |
| Binary | 11110110 | 10111001 | 1101001 | 0 | 11001 | 111001 | 100 | 100010 | 1011001 | 1000101 |
Color Harmonies of #F6B969
Complementary color
Monochromatic Colors of #F6B969
Black with #F6B969
Text Example
Text Example
White with #F6B969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B969; }
p { color: rgb(246,185,105); }
H1.HeaderClassName
{
color: #F6B969;
}
.AnyTagClassName
{
color: #F6B969;
}
</style>
background-color css
<style>
a { background-color: #F6B969; }
a { background-color: rgb(246,185,105); }
div.DivClassName
{
background-color: #F6B969;
}
.BgClassName
{
background-color: #F6B969;
}
</style>
border-color css
<style>
span { border-color: #F6B969; }
span { border-color: rgb(246,185,105); }
td.TdClassName
{
border-color: #F6B969;
}
.TagClassName
{
border-color: #F6B969;
}
</style>