Shades of Grandis #F6C668
Tints of Grandis #F6C668
RGB
CMYK
RGB Variations
Color information
#F6C668 (or 0xF6C668) is known color: Grandis. HEX triplet: F6, C6 and 68. RGB value is (246,198,104). Sum of RGB (Red+Green+Blue) = 246+198+104=548 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.89% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 104 (41.02% from 255 or 18.98% from 548); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C668 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C668 is #093997. Grayscale: #CACACA. Windows color (decimal): -604568 or 6866678. OLE color: 6866678.
HSL color Cylindrical-coordinate representation of color #F6C668: hue angle of 39.72º 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 #F6C668 is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 104 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.04 |
| HSL | 39.72º | 0.89% | 0.69% | - |
| HSV(B) | 39.72º | 0.58% | 0.96% | - |
| XYZ | 60.7 | 60.98 | 21.67 | - |
| YUV | 201.64 | 72.9 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 104 | 0 | 0.20 | 0.58 | 0.04 | 39.72 | 0.89 | 0.69 |
| Hex | F6 | C6 | 68 | 0 | 14 | 3A | 4 | 28 | 59 | 45 |
| Octal | 366 | 306 | 150 | 0 | 24 | 72 | 4 | 50 | 131 | 105 |
| Binary | 11110110 | 11000110 | 1101000 | 0 | 10100 | 111010 | 100 | 101000 | 1011001 | 1000101 |
Color Harmonies of #F6C668
Complementary color
Monochromatic Colors of #F6C668
Black with #F6C668
Text Example
Text Example
White with #F6C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C668; }
p { color: rgb(246,198,104); }
H1.HeaderClassName
{
color: #F6C668;
}
.AnyTagClassName
{
color: #F6C668;
}
</style>
background-color css
<style>
a { background-color: #F6C668; }
a { background-color: rgb(246,198,104); }
div.DivClassName
{
background-color: #F6C668;
}
.BgClassName
{
background-color: #F6C668;
}
</style>
border-color css
<style>
span { border-color: #F6C668; }
span { border-color: rgb(246,198,104); }
td.TdClassName
{
border-color: #F6C668;
}
.TagClassName
{
border-color: #F6C668;
}
</style>