Shades of Nugget #C69931
Tints of Nugget #C69931
RGB
CMYK
RGB Variations
Color information
#C69931 (or 0xC69931) is known color: Nugget. HEX triplet: C6, 99 and 31. RGB value is (198,153,49). Sum of RGB (Red+Green+Blue) = 198+153+49=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C69931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69931 is #3966CE. Grayscale: #9B9B9B. Windows color (decimal): -3761871 or 3250630. OLE color: 3250630.
HSL color Cylindrical-coordinate representation of color #C69931: hue angle of 41.88º 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 #C69931 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 49 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.22 |
| HSL | 41.88º | 0.6% | 0.48% | - |
| HSV(B) | 41.88º | 0.75% | 0.78% | - |
| XYZ | 35.23 | 35.01 | 7.81 | - |
| YUV | 154.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 49 | 0 | 0.23 | 0.75 | 0.22 | 41.88 | 0.6 | 0.48 |
| Hex | C6 | 99 | 31 | 0 | 17 | 4B | 16 | 2A | 3C | 30 |
| Octal | 306 | 231 | 61 | 0 | 27 | 113 | 26 | 52 | 74 | 60 |
| Binary | 11000110 | 10011001 | 110001 | 0 | 10111 | 1001011 | 10110 | 101010 | 111100 | 110000 |
Color Harmonies of #C69931
Complementary color
Monochromatic Colors of #C69931
Black with #C69931
Text Example
Text Example
White with #C69931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69931; }
p { color: rgb(198,153,49); }
H1.HeaderClassName
{
color: #C69931;
}
.AnyTagClassName
{
color: #C69931;
}
</style>
background-color css
<style>
a { background-color: #C69931; }
a { background-color: rgb(198,153,49); }
div.DivClassName
{
background-color: #C69931;
}
.BgClassName
{
background-color: #C69931;
}
</style>
border-color css
<style>
span { border-color: #C69931; }
span { border-color: rgb(198,153,49); }
td.TdClassName
{
border-color: #C69931;
}
.TagClassName
{
border-color: #C69931;
}
</style>