Shades of Nugget #C6992E
Tints of Nugget #C6992E
RGB
CMYK
RGB Variations
Color information
#C6992E (or 0xC6992E) is known color: Nugget. HEX triplet: C6, 99 and 2E. RGB value is (198,153,46). Sum of RGB (Red+Green+Blue) = 198+153+46=397 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.87% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 198 - color contains mainly: red. Hex color #C6992E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6992E is #3966D1. Grayscale: #9A9A9A. Windows color (decimal): -3761874 or 3054022. OLE color: 3054022.
HSL color Cylindrical-coordinate representation of color #C6992E: hue angle of 42.24º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6992E is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 46 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.22 |
| HSL | 42.24º | 0.62% | 0.48% | - |
| HSV(B) | 42.24º | 0.77% | 0.78% | - |
| XYZ | 35.17 | 34.99 | 7.48 | - |
| YUV | 154.26 | 66.91 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 46 | 0 | 0.23 | 0.77 | 0.22 | 42.24 | 0.62 | 0.48 |
| Hex | C6 | 99 | 2E | 0 | 17 | 4D | 16 | 2A | 3E | 30 |
| Octal | 306 | 231 | 56 | 0 | 27 | 115 | 26 | 52 | 76 | 60 |
| Binary | 11000110 | 10011001 | 101110 | 0 | 10111 | 1001101 | 10110 | 101010 | 111110 | 110000 |
Color Harmonies of #C6992E
Complementary color
Monochromatic Colors of #C6992E
Black with #C6992E
Text Example
Text Example
White with #C6992E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6992E; }
p { color: rgb(198,153,46); }
H1.HeaderClassName
{
color: #C6992E;
}
.AnyTagClassName
{
color: #C6992E;
}
</style>
background-color css
<style>
a { background-color: #C6992E; }
a { background-color: rgb(198,153,46); }
div.DivClassName
{
background-color: #C6992E;
}
.BgClassName
{
background-color: #C6992E;
}
</style>
border-color css
<style>
span { border-color: #C6992E; }
span { border-color: rgb(198,153,46); }
td.TdClassName
{
border-color: #C6992E;
}
.TagClassName
{
border-color: #C6992E;
}
</style>