Shades of La Rioja #C6C90F
Tints of La Rioja #C6C90F
RGB
CMYK
RGB Variations
Color information
#C6C90F (or 0xC6C90F) is known color: La Rioja. HEX triplet: C6, C9 and 0F. RGB value is (198,201,15). Sum of RGB (Red+Green+Blue) = 198+201+15=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 201 (78.91% from 255 or 48.55% from 414); Blue value is 15 (6.25% from 255 or 3.62% from 414); Max value from RGB is 201 - color contains mainly: green. Hex color #C6C90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6C90F is #3936F0. Grayscale: #B3B3B3. Windows color (decimal): -3749617 or 1034694. OLE color: 1034694.
HSL color Cylindrical-coordinate representation of color #C6C90F: hue angle of 60.97º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6C90F is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 201 | 15 | - |
| CMYK | 0.01 | 0 | 0.93 | 0.21 |
| HSL | 60.97º | 0.86% | 0.42% | - |
| HSV(B) | 60.97º | 0.93% | 0.79% | - |
| XYZ | 44.26 | 53.81 | 8.51 | - |
| YUV | 178.9 | 35.51 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 201 | 15 | 0.01 | 0 | 0.93 | 0.21 | 60.97 | 0.86 | 0.42 |
| Hex | C6 | C9 | F | 1 | 0 | 5D | 15 | 3D | 56 | 2A |
| Octal | 306 | 311 | 17 | 1 | 0 | 135 | 25 | 75 | 126 | 52 |
| Binary | 11000110 | 11001001 | 1111 | 1 | 0 | 1011101 | 10101 | 111101 | 1010110 | 101010 |
Color Harmonies of #C6C90F
Complementary color
Monochromatic Colors of #C6C90F
Black with #C6C90F
Text Example
Text Example
White with #C6C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C90F; }
p { color: rgb(198,201,15); }
H1.HeaderClassName
{
color: #C6C90F;
}
.AnyTagClassName
{
color: #C6C90F;
}
</style>
background-color css
<style>
a { background-color: #C6C90F; }
a { background-color: rgb(198,201,15); }
div.DivClassName
{
background-color: #C6C90F;
}
.BgClassName
{
background-color: #C6C90F;
}
</style>
border-color css
<style>
span { border-color: #C6C90F; }
span { border-color: rgb(198,201,15); }
td.TdClassName
{
border-color: #C6C90F;
}
.TagClassName
{
border-color: #C6C90F;
}
</style>