Shades of La Rioja #C6BC06
Tints of La Rioja #C6BC06
RGB
CMYK
RGB Variations
Color information
#C6BC06 (or 0xC6BC06) is known color: La Rioja. HEX triplet: C6, BC and 06. RGB value is (198,188,6). Sum of RGB (Red+Green+Blue) = 198+188+6=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 188 (73.83% from 255 or 47.96% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6BC06 is #3943F9. Grayscale: #AAAAAA. Windows color (decimal): -3752954 or 441542. OLE color: 441542.
HSL color Cylindrical-coordinate representation of color #C6BC06: hue angle of 56.88º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6BC06 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 6 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.22 |
| HSL | 56.88º | 0.94% | 0.4% | - |
| HSV(B) | 56.88º | 0.97% | 0.78% | - |
| XYZ | 41.3 | 47.99 | 7.26 | - |
| YUV | 170.24 | 35.31 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 6 | 0 | 0.05 | 0.97 | 0.22 | 56.88 | 0.94 | 0.4 |
| Hex | C6 | BC | 6 | 0 | 5 | 61 | 16 | 39 | 5E | 28 |
| Octal | 306 | 274 | 6 | 0 | 5 | 141 | 26 | 71 | 136 | 50 |
| Binary | 11000110 | 10111100 | 110 | 0 | 101 | 1100001 | 10110 | 111001 | 1011110 | 101000 |
Color Harmonies of #C6BC06
Complementary color
Monochromatic Colors of #C6BC06
Black with #C6BC06
Text Example
Text Example
White with #C6BC06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC06; }
p { color: rgb(198,188,6); }
H1.HeaderClassName
{
color: #C6BC06;
}
.AnyTagClassName
{
color: #C6BC06;
}
</style>
background-color css
<style>
a { background-color: #C6BC06; }
a { background-color: rgb(198,188,6); }
div.DivClassName
{
background-color: #C6BC06;
}
.BgClassName
{
background-color: #C6BC06;
}
</style>
border-color css
<style>
span { border-color: #C6BC06; }
span { border-color: rgb(198,188,6); }
td.TdClassName
{
border-color: #C6BC06;
}
.TagClassName
{
border-color: #C6BC06;
}
</style>