Shades of Nugget #C68D1C
Tints of Nugget #C68D1C
RGB
CMYK
RGB Variations
Color information
#C68D1C (or 0xC68D1C) is known color: Nugget. HEX triplet: C6, 8D and 1C. RGB value is (198,141,28). Sum of RGB (Red+Green+Blue) = 198+141+28=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 28 (11.33% from 255 or 7.63% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D1C is #3972E3. Grayscale: #919191. Windows color (decimal): -3764964 or 1871302. OLE color: 1871302.
HSL color Cylindrical-coordinate representation of color #C68D1C: hue angle of 39.88º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C68D1C is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 28 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.22 |
| HSL | 39.88º | 0.75% | 0.44% | - |
| HSV(B) | 39.88º | 0.86% | 0.78% | - |
| XYZ | 33.02 | 31.14 | 5.37 | - |
| YUV | 145.16 | 61.88 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 28 | 0 | 0.29 | 0.86 | 0.22 | 39.88 | 0.75 | 0.44 |
| Hex | C6 | 8D | 1C | 0 | 1D | 56 | 16 | 28 | 4B | 2C |
| Octal | 306 | 215 | 34 | 0 | 35 | 126 | 26 | 50 | 113 | 54 |
| Binary | 11000110 | 10001101 | 11100 | 0 | 11101 | 1010110 | 10110 | 101000 | 1001011 | 101100 |
Color Harmonies of #C68D1C
Complementary color
Monochromatic Colors of #C68D1C
Black with #C68D1C
Text Example
Text Example
White with #C68D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D1C; }
p { color: rgb(198,141,28); }
H1.HeaderClassName
{
color: #C68D1C;
}
.AnyTagClassName
{
color: #C68D1C;
}
</style>
background-color css
<style>
a { background-color: #C68D1C; }
a { background-color: rgb(198,141,28); }
div.DivClassName
{
background-color: #C68D1C;
}
.BgClassName
{
background-color: #C68D1C;
}
</style>
border-color css
<style>
span { border-color: #C68D1C; }
span { border-color: rgb(198,141,28); }
td.TdClassName
{
border-color: #C68D1C;
}
.TagClassName
{
border-color: #C68D1C;
}
</style>