Shades of Harvest Gold #F6B669
Tints of Harvest Gold #F6B669
RGB
CMYK
RGB Variations
Color information
#F6B669 (or 0xF6B669) is known color: Harvest Gold. HEX triplet: F6, B6 and 69. RGB value is (246,182,105). Sum of RGB (Red+Green+Blue) = 246+182+105=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 182 (71.48% from 255 or 34.15% from 533); Blue value is 105 (41.41% from 255 or 19.70% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B669 is #094996. Grayscale: #C0C0C0. Windows color (decimal): -608663 or 6928118. OLE color: 6928118.
HSL color Cylindrical-coordinate representation of color #F6B669: hue angle of 32.77º 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 #F6B669 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 182 | 105 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.04 |
| HSL | 32.77º | 0.89% | 0.69% | - |
| HSV(B) | 32.77º | 0.57% | 0.96% | - |
| XYZ | 57.28 | 54.07 | 20.78 | - |
| YUV | 192.36 | 78.7 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 182 | 105 | 0 | 0.26 | 0.57 | 0.04 | 32.77 | 0.89 | 0.69 |
| Hex | F6 | B6 | 69 | 0 | 1A | 39 | 4 | 21 | 59 | 45 |
| Octal | 366 | 266 | 151 | 0 | 32 | 71 | 4 | 41 | 131 | 105 |
| Binary | 11110110 | 10110110 | 1101001 | 0 | 11010 | 111001 | 100 | 100001 | 1011001 | 1000101 |
Color Harmonies of #F6B669
Complementary color
Monochromatic Colors of #F6B669
Black with #F6B669
Text Example
Text Example
White with #F6B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B669; }
p { color: rgb(246,182,105); }
H1.HeaderClassName
{
color: #F6B669;
}
.AnyTagClassName
{
color: #F6B669;
}
</style>
background-color css
<style>
a { background-color: #F6B669; }
a { background-color: rgb(246,182,105); }
div.DivClassName
{
background-color: #F6B669;
}
.BgClassName
{
background-color: #F6B669;
}
</style>
border-color css
<style>
span { border-color: #F6B669; }
span { border-color: rgb(246,182,105); }
td.TdClassName
{
border-color: #F6B669;
}
.TagClassName
{
border-color: #F6B669;
}
</style>