Shades of Grandis #F6C36C
Tints of Grandis #F6C36C
RGB
CMYK
RGB Variations
Color information
#F6C36C (or 0xF6C36C) is known color: Grandis. HEX triplet: F6, C3 and 6C. RGB value is (246,195,108). Sum of RGB (Red+Green+Blue) = 246+195+108=549 (72% of max value = 765). Red value is 246 (96.48% from 255 or 44.81% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F6C36C is #093C93. Grayscale: #C8C8C8. Windows color (decimal): -605332 or 7128054. OLE color: 7128054.
HSL color Cylindrical-coordinate representation of color #F6C36C: hue angle of 37.83º 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 #F6C36C is Cyan = 0, Magento = 0.21, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 195 | 108 | - |
| CMYK | 0 | 0.21 | 0.56 | 0.04 |
| HSL | 37.83º | 0.88% | 0.69% | - |
| HSV(B) | 37.83º | 0.56% | 0.96% | - |
| XYZ | 60.23 | 59.71 | 22.54 | - |
| YUV | 200.33 | 75.9 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 195 | 108 | 0 | 0.21 | 0.56 | 0.04 | 37.83 | 0.88 | 0.69 |
| Hex | F6 | C3 | 6C | 0 | 15 | 38 | 4 | 26 | 58 | 45 |
| Octal | 366 | 303 | 154 | 0 | 25 | 70 | 4 | 46 | 130 | 105 |
| Binary | 11110110 | 11000011 | 1101100 | 0 | 10101 | 111000 | 100 | 100110 | 1011000 | 1000101 |
Color Harmonies of #F6C36C
Complementary color
Monochromatic Colors of #F6C36C
Black with #F6C36C
Text Example
Text Example
White with #F6C36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C36C; }
p { color: rgb(246,195,108); }
H1.HeaderClassName
{
color: #F6C36C;
}
.AnyTagClassName
{
color: #F6C36C;
}
</style>
background-color css
<style>
a { background-color: #F6C36C; }
a { background-color: rgb(246,195,108); }
div.DivClassName
{
background-color: #F6C36C;
}
.BgClassName
{
background-color: #F6C36C;
}
</style>
border-color css
<style>
span { border-color: #F6C36C; }
span { border-color: rgb(246,195,108); }
td.TdClassName
{
border-color: #F6C36C;
}
.TagClassName
{
border-color: #F6C36C;
}
</style>