Shades of Nugget #C68D1B
Tints of Nugget #C68D1B
RGB
CMYK
RGB Variations
Color information
#C68D1B (or 0xC68D1B) is known color: Nugget. HEX triplet: C6, 8D and 1B. RGB value is (198,141,27). Sum of RGB (Red+Green+Blue) = 198+141+27=366 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.10% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 27 (10.94% from 255 or 7.38% from 366); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D1B is #3972E4. Grayscale: #919191. Windows color (decimal): -3764965 or 1805766. OLE color: 1805766.
HSL color Cylindrical-coordinate representation of color #C68D1B: hue angle of 40º degrees, saturation: 0.76, 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 #C68D1B is Cyan = 0, Magento = 0.29, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 27 | - |
| CMYK | 0 | 0.29 | 0.86 | 0.22 |
| HSL | 40º | 0.76% | 0.44% | - |
| HSV(B) | 40º | 0.86% | 0.78% | - |
| XYZ | 33.01 | 31.13 | 5.31 | - |
| YUV | 145.05 | 61.38 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 27 | 0 | 0.29 | 0.86 | 0.22 | 40 | 0.76 | 0.44 |
| Hex | C6 | 8D | 1B | 0 | 1D | 56 | 16 | 28 | 4C | 2C |
| Octal | 306 | 215 | 33 | 0 | 35 | 126 | 26 | 50 | 114 | 54 |
| Binary | 11000110 | 10001101 | 11011 | 0 | 11101 | 1010110 | 10110 | 101000 | 1001100 | 101100 |
Color Harmonies of #C68D1B
Complementary color
Monochromatic Colors of #C68D1B
Black with #C68D1B
Text Example
Text Example
White with #C68D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D1B; }
p { color: rgb(198,141,27); }
H1.HeaderClassName
{
color: #C68D1B;
}
.AnyTagClassName
{
color: #C68D1B;
}
</style>
background-color css
<style>
a { background-color: #C68D1B; }
a { background-color: rgb(198,141,27); }
div.DivClassName
{
background-color: #C68D1B;
}
.BgClassName
{
background-color: #C68D1B;
}
</style>
border-color css
<style>
span { border-color: #C68D1B; }
span { border-color: rgb(198,141,27); }
td.TdClassName
{
border-color: #C68D1B;
}
.TagClassName
{
border-color: #C68D1B;
}
</style>