Shades of Nugget #C6A131
Tints of Nugget #C6A131
RGB
CMYK
RGB Variations
Color information
#C6A131 (or 0xC6A131) is known color: Nugget. HEX triplet: C6, A1 and 31. RGB value is (198,161,49). Sum of RGB (Red+Green+Blue) = 198+161+49=408 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.53% from 408); Green value is 161 (63.28% from 255 or 39.46% from 408); Blue value is 49 (19.53% from 255 or 12.01% from 408); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A131 is #395ECE. Grayscale: #9F9F9F. Windows color (decimal): -3759823 or 3252678. OLE color: 3252678.
HSL color Cylindrical-coordinate representation of color #C6A131: hue angle of 45.1º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6A131 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 161 | 49 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.22 |
| HSL | 45.1º | 0.6% | 0.48% | - |
| HSV(B) | 45.1º | 0.75% | 0.78% | - |
| XYZ | 36.59 | 37.72 | 8.26 | - |
| YUV | 159.3 | 65.76 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 161 | 49 | 0 | 0.19 | 0.75 | 0.22 | 45.1 | 0.6 | 0.48 |
| Hex | C6 | A1 | 31 | 0 | 13 | 4B | 16 | 2D | 3C | 30 |
| Octal | 306 | 241 | 61 | 0 | 23 | 113 | 26 | 55 | 74 | 60 |
| Binary | 11000110 | 10100001 | 110001 | 0 | 10011 | 1001011 | 10110 | 101101 | 111100 | 110000 |
Color Harmonies of #C6A131
Complementary color
Monochromatic Colors of #C6A131
Black with #C6A131
Text Example
Text Example
White with #C6A131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A131; }
p { color: rgb(198,161,49); }
H1.HeaderClassName
{
color: #C6A131;
}
.AnyTagClassName
{
color: #C6A131;
}
</style>
background-color css
<style>
a { background-color: #C6A131; }
a { background-color: rgb(198,161,49); }
div.DivClassName
{
background-color: #C6A131;
}
.BgClassName
{
background-color: #C6A131;
}
</style>
border-color css
<style>
span { border-color: #C6A131; }
span { border-color: rgb(198,161,49); }
td.TdClassName
{
border-color: #C6A131;
}
.TagClassName
{
border-color: #C6A131;
}
</style>