Shades of Nugget #C68F25
Tints of Nugget #C68F25
RGB
CMYK
RGB Variations
Color information
#C68F25 (or 0xC68F25) is known color: Nugget. HEX triplet: C6, 8F and 25. RGB value is (198,143,37). Sum of RGB (Red+Green+Blue) = 198+143+37=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 143 (56.25% from 255 or 37.83% from 378); Blue value is 37 (14.84% from 255 or 9.79% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68F25 is #3970DA. Grayscale: #939393. Windows color (decimal): -3764443 or 2461638. OLE color: 2461638.
HSL color Cylindrical-coordinate representation of color #C68F25: hue angle of 39.5º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C68F25 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 37 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.22 |
| HSL | 39.5º | 0.69% | 0.46% | - |
| HSV(B) | 39.5º | 0.81% | 0.78% | - |
| XYZ | 33.45 | 31.78 | 6.12 | - |
| YUV | 147.36 | 65.72 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 37 | 0 | 0.28 | 0.81 | 0.22 | 39.5 | 0.69 | 0.46 |
| Hex | C6 | 8F | 25 | 0 | 1C | 51 | 16 | 28 | 45 | 2E |
| Octal | 306 | 217 | 45 | 0 | 34 | 121 | 26 | 50 | 105 | 56 |
| Binary | 11000110 | 10001111 | 100101 | 0 | 11100 | 1010001 | 10110 | 101000 | 1000101 | 101110 |
Color Harmonies of #C68F25
Complementary color
Monochromatic Colors of #C68F25
Black with #C68F25
Text Example
Text Example
White with #C68F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68F25; }
p { color: rgb(198,143,37); }
H1.HeaderClassName
{
color: #C68F25;
}
.AnyTagClassName
{
color: #C68F25;
}
</style>
background-color css
<style>
a { background-color: #C68F25; }
a { background-color: rgb(198,143,37); }
div.DivClassName
{
background-color: #C68F25;
}
.BgClassName
{
background-color: #C68F25;
}
</style>
border-color css
<style>
span { border-color: #C68F25; }
span { border-color: rgb(198,143,37); }
td.TdClassName
{
border-color: #C68F25;
}
.TagClassName
{
border-color: #C68F25;
}
</style>