Shades of Dolly #F6F676
Tints of Dolly #F6F676
RGB
CMYK
RGB Variations
Color information
#F6F676 (or 0xF6F676) is known color: Dolly. HEX triplet: F6, F6 and 76. RGB value is (246,246,118). Sum of RGB (Red+Green+Blue) = 246+246+118=610 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.33% from 610); Green value is 246 (96.48% from 255 or 40.33% from 610); Blue value is 118 (46.48% from 255 or 19.34% from 610); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F6F676 is #090989. Grayscale: #E7E7E7. Windows color (decimal): -592266 or 7796470. OLE color: 7796470.
HSL color Cylindrical-coordinate representation of color #F6F676: hue angle of 60º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F6F676 is Cyan = 0, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 246 | 118 | - |
| CMYK | 0 | 0 | 0.52 | 0.04 |
| HSL | 60º | 0.88% | 0.71% | - |
| HSV(B) | 60º | 0.52% | 0.96% | - |
| XYZ | 74.23 | 86.81 | 29.98 | - |
| YUV | 231.41 | 64 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 246 | 118 | 0 | 0 | 0.52 | 0.04 | 60 | 0.88 | 0.71 |
| Hex | F6 | F6 | 76 | 0 | 0 | 34 | 4 | 3C | 58 | 47 |
| Octal | 366 | 366 | 166 | 0 | 0 | 64 | 4 | 74 | 130 | 107 |
| Binary | 11110110 | 11110110 | 1110110 | 0 | 0 | 110100 | 100 | 111100 | 1011000 | 1000111 |
Color Harmonies of #F6F676
Complementary color
Monochromatic Colors of #F6F676
Black with #F6F676
Text Example
Text Example
White with #F6F676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6F676; }
p { color: rgb(246,246,118); }
H1.HeaderClassName
{
color: #F6F676;
}
.AnyTagClassName
{
color: #F6F676;
}
</style>
background-color css
<style>
a { background-color: #F6F676; }
a { background-color: rgb(246,246,118); }
div.DivClassName
{
background-color: #F6F676;
}
.BgClassName
{
background-color: #F6F676;
}
</style>
border-color css
<style>
span { border-color: #F6F676; }
span { border-color: rgb(246,246,118); }
td.TdClassName
{
border-color: #F6F676;
}
.TagClassName
{
border-color: #F6F676;
}
</style>