Shades of La Rioja #C6B90C
Tints of La Rioja #C6B90C
RGB
CMYK
RGB Variations
Color information
#C6B90C (or 0xC6B90C) is known color: La Rioja. HEX triplet: C6, B9 and 0C. RGB value is (198,185,12). Sum of RGB (Red+Green+Blue) = 198+185+12=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 185 (72.66% from 255 or 46.84% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B90C is #3946F3. Grayscale: #A9A9A9. Windows color (decimal): -3753716 or 833990. OLE color: 833990.
HSL color Cylindrical-coordinate representation of color #C6B90C: hue angle of 55.81º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6B90C is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 12 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.22 |
| HSL | 55.81º | 0.89% | 0.41% | - |
| HSV(B) | 55.81º | 0.94% | 0.78% | - |
| XYZ | 40.7 | 46.73 | 7.22 | - |
| YUV | 169.17 | 39.31 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 12 | 0 | 0.07 | 0.94 | 0.22 | 55.81 | 0.89 | 0.41 |
| Hex | C6 | B9 | C | 0 | 7 | 5E | 16 | 38 | 59 | 29 |
| Octal | 306 | 271 | 14 | 0 | 7 | 136 | 26 | 70 | 131 | 51 |
| Binary | 11000110 | 10111001 | 1100 | 0 | 111 | 1011110 | 10110 | 111000 | 1011001 | 101001 |
Color Harmonies of #C6B90C
Complementary color
Monochromatic Colors of #C6B90C
Black with #C6B90C
Text Example
Text Example
White with #C6B90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B90C; }
p { color: rgb(198,185,12); }
H1.HeaderClassName
{
color: #C6B90C;
}
.AnyTagClassName
{
color: #C6B90C;
}
</style>
background-color css
<style>
a { background-color: #C6B90C; }
a { background-color: rgb(198,185,12); }
div.DivClassName
{
background-color: #C6B90C;
}
.BgClassName
{
background-color: #C6B90C;
}
</style>
border-color css
<style>
span { border-color: #C6B90C; }
span { border-color: rgb(198,185,12); }
td.TdClassName
{
border-color: #C6B90C;
}
.TagClassName
{
border-color: #C6B90C;
}
</style>