Shades of Nugget #C6972D
Tints of Nugget #C6972D
RGB
CMYK
RGB Variations
Color information
#C6972D (or 0xC6972D) is known color: Nugget. HEX triplet: C6, 97 and 2D. RGB value is (198,151,45). Sum of RGB (Red+Green+Blue) = 198+151+45=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 151 (59.38% from 255 or 38.32% from 394); Blue value is 45 (17.97% from 255 or 11.42% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C6972D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6972D is #3968D2. Grayscale: #999999. Windows color (decimal): -3762387 or 2987974. OLE color: 2987974.
HSL color Cylindrical-coordinate representation of color #C6972D: hue angle of 41.57º degrees, saturation: 0.63, 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 #C6972D is Cyan = 0, Magento = 0.24, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 45 | - |
| CMYK | 0 | 0.24 | 0.77 | 0.22 |
| HSL | 41.57º | 0.63% | 0.48% | - |
| HSV(B) | 41.57º | 0.77% | 0.78% | - |
| XYZ | 34.83 | 34.33 | 7.27 | - |
| YUV | 152.97 | 67.07 | 160.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 45 | 0 | 0.24 | 0.77 | 0.22 | 41.57 | 0.63 | 0.48 |
| Hex | C6 | 97 | 2D | 0 | 18 | 4D | 16 | 2A | 3F | 30 |
| Octal | 306 | 227 | 55 | 0 | 30 | 115 | 26 | 52 | 77 | 60 |
| Binary | 11000110 | 10010111 | 101101 | 0 | 11000 | 1001101 | 10110 | 101010 | 111111 | 110000 |
Color Harmonies of #C6972D
Complementary color
Monochromatic Colors of #C6972D
Black with #C6972D
Text Example
Text Example
White with #C6972D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6972D; }
p { color: rgb(198,151,45); }
H1.HeaderClassName
{
color: #C6972D;
}
.AnyTagClassName
{
color: #C6972D;
}
</style>
background-color css
<style>
a { background-color: #C6972D; }
a { background-color: rgb(198,151,45); }
div.DivClassName
{
background-color: #C6972D;
}
.BgClassName
{
background-color: #C6972D;
}
</style>
border-color css
<style>
span { border-color: #C6972D; }
span { border-color: rgb(198,151,45); }
td.TdClassName
{
border-color: #C6972D;
}
.TagClassName
{
border-color: #C6972D;
}
</style>