Shades of Grandis #F6CE76
Tints of Grandis #F6CE76
RGB
CMYK
RGB Variations
Color information
#F6CE76 (or 0xF6CE76) is known color: Grandis. HEX triplet: F6, CE and 76. RGB value is (246,206,118). Sum of RGB (Red+Green+Blue) = 246+206+118=570 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.16% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 118 (46.48% from 255 or 20.70% from 570); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6CE76 is #093189. Grayscale: #D0D0D0. Windows color (decimal): -602506 or 7786230. OLE color: 7786230.
HSL color Cylindrical-coordinate representation of color #F6CE76: hue angle of 41.25º 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 #F6CE76 is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 206 | 118 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.04 |
| HSL | 41.25º | 0.88% | 0.71% | - |
| HSV(B) | 41.25º | 0.52% | 0.96% | - |
| XYZ | 63.35 | 65.04 | 26.36 | - |
| YUV | 207.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 206 | 118 | 0 | 0.16 | 0.52 | 0.04 | 41.25 | 0.88 | 0.71 |
| Hex | F6 | CE | 76 | 0 | 10 | 34 | 4 | 29 | 58 | 47 |
| Octal | 366 | 316 | 166 | 0 | 20 | 64 | 4 | 51 | 130 | 107 |
| Binary | 11110110 | 11001110 | 1110110 | 0 | 10000 | 110100 | 100 | 101001 | 1011000 | 1000111 |
Color Harmonies of #F6CE76
Complementary color
Monochromatic Colors of #F6CE76
Black with #F6CE76
Text Example
Text Example
White with #F6CE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6CE76; }
p { color: rgb(246,206,118); }
H1.HeaderClassName
{
color: #F6CE76;
}
.AnyTagClassName
{
color: #F6CE76;
}
</style>
background-color css
<style>
a { background-color: #F6CE76; }
a { background-color: rgb(246,206,118); }
div.DivClassName
{
background-color: #F6CE76;
}
.BgClassName
{
background-color: #F6CE76;
}
</style>
border-color css
<style>
span { border-color: #F6CE76; }
span { border-color: rgb(246,206,118); }
td.TdClassName
{
border-color: #F6CE76;
}
.TagClassName
{
border-color: #F6CE76;
}
</style>