Shades of Nugget #C68C19
Tints of Nugget #C68C19
RGB
CMYK
RGB Variations
Color information
#C68C19 (or 0xC68C19) is known color: Nugget. HEX triplet: C6, 8C and 19. RGB value is (198,140,25). Sum of RGB (Red+Green+Blue) = 198+140+25=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 140 (55.08% from 255 or 38.57% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C68C19 is #3973E6. Grayscale: #909090. Windows color (decimal): -3765223 or 1674438. OLE color: 1674438.
HSL color Cylindrical-coordinate representation of color #C68C19: hue angle of 39.88º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C68C19 is Cyan = 0, Magento = 0.29, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 25 | - |
| CMYK | 0 | 0.29 | 0.87 | 0.22 |
| HSL | 39.88º | 0.78% | 0.44% | - |
| HSV(B) | 39.88º | 0.87% | 0.78% | - |
| XYZ | 32.84 | 30.83 | 5.14 | - |
| YUV | 144.23 | 60.72 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 25 | 0 | 0.29 | 0.87 | 0.22 | 39.88 | 0.78 | 0.44 |
| Hex | C6 | 8C | 19 | 0 | 1D | 57 | 16 | 28 | 4E | 2C |
| Octal | 306 | 214 | 31 | 0 | 35 | 127 | 26 | 50 | 116 | 54 |
| Binary | 11000110 | 10001100 | 11001 | 0 | 11101 | 1010111 | 10110 | 101000 | 1001110 | 101100 |
Color Harmonies of #C68C19
Complementary color
Monochromatic Colors of #C68C19
Black with #C68C19
Text Example
Text Example
White with #C68C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C19; }
p { color: rgb(198,140,25); }
H1.HeaderClassName
{
color: #C68C19;
}
.AnyTagClassName
{
color: #C68C19;
}
</style>
background-color css
<style>
a { background-color: #C68C19; }
a { background-color: rgb(198,140,25); }
div.DivClassName
{
background-color: #C68C19;
}
.BgClassName
{
background-color: #C68C19;
}
</style>
border-color css
<style>
span { border-color: #C68C19; }
span { border-color: rgb(198,140,25); }
td.TdClassName
{
border-color: #C68C19;
}
.TagClassName
{
border-color: #C68C19;
}
</style>