Shades of Nugget #C68E29
Tints of Nugget #C68E29
RGB
CMYK
RGB Variations
Color information
#C68E29 (or 0xC68E29) is known color: Nugget. HEX triplet: C6, 8E and 29. RGB value is (198,142,41). Sum of RGB (Red+Green+Blue) = 198+142+41=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 41 (16.41% from 255 or 10.76% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C68E29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68E29 is #3971D6. Grayscale: #939393. Windows color (decimal): -3764695 or 2723526. OLE color: 2723526.
HSL color Cylindrical-coordinate representation of color #C68E29: hue angle of 38.6º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C68E29 is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 142 | 41 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.22 |
| HSL | 38.6º | 0.66% | 0.47% | - |
| HSV(B) | 38.6º | 0.79% | 0.78% | - |
| XYZ | 33.36 | 31.51 | 6.42 | - |
| YUV | 147.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 142 | 41 | 0 | 0.28 | 0.79 | 0.22 | 38.6 | 0.66 | 0.47 |
| Hex | C6 | 8E | 29 | 0 | 1C | 4F | 16 | 27 | 42 | 2F |
| Octal | 306 | 216 | 51 | 0 | 34 | 117 | 26 | 47 | 102 | 57 |
| Binary | 11000110 | 10001110 | 101001 | 0 | 11100 | 1001111 | 10110 | 100111 | 1000010 | 101111 |
Color Harmonies of #C68E29
Complementary color
Monochromatic Colors of #C68E29
Black with #C68E29
Text Example
Text Example
White with #C68E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68E29; }
p { color: rgb(198,142,41); }
H1.HeaderClassName
{
color: #C68E29;
}
.AnyTagClassName
{
color: #C68E29;
}
</style>
background-color css
<style>
a { background-color: #C68E29; }
a { background-color: rgb(198,142,41); }
div.DivClassName
{
background-color: #C68E29;
}
.BgClassName
{
background-color: #C68E29;
}
</style>
border-color css
<style>
span { border-color: #C68E29; }
span { border-color: rgb(198,142,41); }
td.TdClassName
{
border-color: #C68E29;
}
.TagClassName
{
border-color: #C68E29;
}
</style>