Shades of Harvest Gold #F6B76C
Tints of Harvest Gold #F6B76C
RGB
CMYK
RGB Variations
Color information
#F6B76C (or 0xF6B76C) is known color: Harvest Gold. HEX triplet: F6, B7 and 6C. RGB value is (246,183,108). Sum of RGB (Red+Green+Blue) = 246+183+108=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 183 (71.88% from 255 or 34.08% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6B76C is #094893. Grayscale: #C1C1C1. Windows color (decimal): -608404 or 7124982. OLE color: 7124982.
HSL color Cylindrical-coordinate representation of color #F6B76C: hue angle of 32.61º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F6B76C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 183 | 108 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.04 |
| HSL | 32.61º | 0.88% | 0.69% | - |
| HSV(B) | 32.61º | 0.56% | 0.96% | - |
| XYZ | 57.65 | 54.54 | 21.68 | - |
| YUV | 193.29 | 79.87 | 165.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 183 | 108 | 0 | 0.26 | 0.56 | 0.04 | 32.61 | 0.88 | 0.69 |
| Hex | F6 | B7 | 6C | 0 | 1A | 38 | 4 | 21 | 58 | 45 |
| Octal | 366 | 267 | 154 | 0 | 32 | 70 | 4 | 41 | 130 | 105 |
| Binary | 11110110 | 10110111 | 1101100 | 0 | 11010 | 111000 | 100 | 100001 | 1011000 | 1000101 |
Color Harmonies of #F6B76C
Complementary color
Monochromatic Colors of #F6B76C
Black with #F6B76C
Text Example
Text Example
White with #F6B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B76C; }
p { color: rgb(246,183,108); }
H1.HeaderClassName
{
color: #F6B76C;
}
.AnyTagClassName
{
color: #F6B76C;
}
</style>
background-color css
<style>
a { background-color: #F6B76C; }
a { background-color: rgb(246,183,108); }
div.DivClassName
{
background-color: #F6B76C;
}
.BgClassName
{
background-color: #F6B76C;
}
</style>
border-color css
<style>
span { border-color: #F6B76C; }
span { border-color: rgb(246,183,108); }
td.TdClassName
{
border-color: #F6B76C;
}
.TagClassName
{
border-color: #F6B76C;
}
</style>