Shades of Nugget #C68C1D
Tints of Nugget #C68C1D
RGB
CMYK
RGB Variations
Color information
#C68C1D (or 0xC68C1D) is known color: Nugget. HEX triplet: C6, 8C and 1D. RGB value is (198,140,29). Sum of RGB (Red+Green+Blue) = 198+140+29=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 29 (11.72% from 255 or 7.90% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C1D is #3973E2. Grayscale: #919191. Windows color (decimal): -3765219 or 1936582. OLE color: 1936582.
HSL color Cylindrical-coordinate representation of color #C68C1D: hue angle of 39.41º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C68C1D is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 29 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.22 |
| HSL | 39.41º | 0.74% | 0.45% | - |
| HSV(B) | 39.41º | 0.85% | 0.78% | - |
| XYZ | 32.89 | 30.85 | 5.38 | - |
| YUV | 144.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 29 | 0 | 0.29 | 0.85 | 0.22 | 39.41 | 0.74 | 0.45 |
| Hex | C6 | 8C | 1D | 0 | 1D | 55 | 16 | 27 | 4A | 2D |
| Octal | 306 | 214 | 35 | 0 | 35 | 125 | 26 | 47 | 112 | 55 |
| Binary | 11000110 | 10001100 | 11101 | 0 | 11101 | 1010101 | 10110 | 100111 | 1001010 | 101101 |
Color Harmonies of #C68C1D
Complementary color
Monochromatic Colors of #C68C1D
Black with #C68C1D
Text Example
Text Example
White with #C68C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C1D; }
p { color: rgb(198,140,29); }
H1.HeaderClassName
{
color: #C68C1D;
}
.AnyTagClassName
{
color: #C68C1D;
}
</style>
background-color css
<style>
a { background-color: #C68C1D; }
a { background-color: rgb(198,140,29); }
div.DivClassName
{
background-color: #C68C1D;
}
.BgClassName
{
background-color: #C68C1D;
}
</style>
border-color css
<style>
span { border-color: #C68C1D; }
span { border-color: rgb(198,140,29); }
td.TdClassName
{
border-color: #C68C1D;
}
.TagClassName
{
border-color: #C68C1D;
}
</style>