Shades of Grandis #F6C669
Tints of Grandis #F6C669
RGB
CMYK
RGB Variations
Color information
#F6C669 (or 0xF6C669) is known color: Grandis. HEX triplet: F6, C6 and 69. RGB value is (246,198,105). Sum of RGB (Red+Green+Blue) = 246+198+105=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 105 (41.41% from 255 or 19.13% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C669 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C669 is #093996. Grayscale: #CACACA. Windows color (decimal): -604567 or 6932214. OLE color: 6932214.
HSL color Cylindrical-coordinate representation of color #F6C669: hue angle of 39.57º 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 #F6C669 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 105 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.04 |
| HSL | 39.57º | 0.89% | 0.69% | - |
| HSV(B) | 39.57º | 0.57% | 0.96% | - |
| XYZ | 60.75 | 61 | 21.94 | - |
| YUV | 201.75 | 73.4 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 105 | 0 | 0.20 | 0.57 | 0.04 | 39.57 | 0.89 | 0.69 |
| Hex | F6 | C6 | 69 | 0 | 14 | 39 | 4 | 28 | 59 | 45 |
| Octal | 366 | 306 | 151 | 0 | 24 | 71 | 4 | 50 | 131 | 105 |
| Binary | 11110110 | 11000110 | 1101001 | 0 | 10100 | 111001 | 100 | 101000 | 1011001 | 1000101 |
Color Harmonies of #F6C669
Complementary color
Monochromatic Colors of #F6C669
Black with #F6C669
Text Example
Text Example
White with #F6C669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C669; }
p { color: rgb(246,198,105); }
H1.HeaderClassName
{
color: #F6C669;
}
.AnyTagClassName
{
color: #F6C669;
}
</style>
background-color css
<style>
a { background-color: #F6C669; }
a { background-color: rgb(246,198,105); }
div.DivClassName
{
background-color: #F6C669;
}
.BgClassName
{
background-color: #F6C669;
}
</style>
border-color css
<style>
span { border-color: #F6C669; }
span { border-color: rgb(246,198,105); }
td.TdClassName
{
border-color: #F6C669;
}
.TagClassName
{
border-color: #F6C669;
}
</style>