Shades of La Rioja #C6B708
Tints of La Rioja #C6B708
RGB
CMYK
RGB Variations
Color information
#C6B708 (or 0xC6B708) is known color: La Rioja. HEX triplet: C6, B7 and 08. RGB value is (198,183,8). Sum of RGB (Red+Green+Blue) = 198+183+8=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 183 (71.88% from 255 or 47.04% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6B708 is #3948F7. Grayscale: #A8A8A8. Windows color (decimal): -3754232 or 571334. OLE color: 571334.
HSL color Cylindrical-coordinate representation of color #C6B708: hue angle of 55.26º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6B708 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 8 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.22 |
| HSL | 55.26º | 0.92% | 0.4% | - |
| HSV(B) | 55.26º | 0.96% | 0.78% | - |
| XYZ | 40.27 | 45.89 | 6.97 | - |
| YUV | 167.54 | 37.97 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 8 | 0 | 0.08 | 0.96 | 0.22 | 55.26 | 0.92 | 0.4 |
| Hex | C6 | B7 | 8 | 0 | 8 | 60 | 16 | 37 | 5C | 28 |
| Octal | 306 | 267 | 10 | 0 | 10 | 140 | 26 | 67 | 134 | 50 |
| Binary | 11000110 | 10110111 | 1000 | 0 | 1000 | 1100000 | 10110 | 110111 | 1011100 | 101000 |
Color Harmonies of #C6B708
Complementary color
Monochromatic Colors of #C6B708
Black with #C6B708
Text Example
Text Example
White with #C6B708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B708; }
p { color: rgb(198,183,8); }
H1.HeaderClassName
{
color: #C6B708;
}
.AnyTagClassName
{
color: #C6B708;
}
</style>
background-color css
<style>
a { background-color: #C6B708; }
a { background-color: rgb(198,183,8); }
div.DivClassName
{
background-color: #C6B708;
}
.BgClassName
{
background-color: #C6B708;
}
</style>
border-color css
<style>
span { border-color: #C6B708; }
span { border-color: rgb(198,183,8); }
td.TdClassName
{
border-color: #C6B708;
}
.TagClassName
{
border-color: #C6B708;
}
</style>