Shades of Nugget #C69728
Tints of Nugget #C69728
RGB
CMYK
RGB Variations
Color information
#C69728 (or 0xC69728) is known color: Nugget. HEX triplet: C6, 97 and 28. RGB value is (198,151,40). Sum of RGB (Red+Green+Blue) = 198+151+40=389 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.90% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 198 - color contains mainly: red. Hex color #C69728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69728 is #3968D7. Grayscale: #989898. Windows color (decimal): -3762392 or 2660294. OLE color: 2660294.
HSL color Cylindrical-coordinate representation of color #C69728: hue angle of 42.15º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C69728 is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 40 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.22 |
| HSL | 42.15º | 0.66% | 0.47% | - |
| HSV(B) | 42.15º | 0.8% | 0.78% | - |
| XYZ | 34.74 | 34.29 | 6.8 | - |
| YUV | 152.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 40 | 0 | 0.24 | 0.80 | 0.22 | 42.15 | 0.66 | 0.47 |
| Hex | C6 | 97 | 28 | 0 | 18 | 50 | 16 | 2A | 42 | 2F |
| Octal | 306 | 227 | 50 | 0 | 30 | 120 | 26 | 52 | 102 | 57 |
| Binary | 11000110 | 10010111 | 101000 | 0 | 11000 | 1010000 | 10110 | 101010 | 1000010 | 101111 |
Color Harmonies of #C69728
Complementary color
Monochromatic Colors of #C69728
Black with #C69728
Text Example
Text Example
White with #C69728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69728; }
p { color: rgb(198,151,40); }
H1.HeaderClassName
{
color: #C69728;
}
.AnyTagClassName
{
color: #C69728;
}
</style>
background-color css
<style>
a { background-color: #C69728; }
a { background-color: rgb(198,151,40); }
div.DivClassName
{
background-color: #C69728;
}
.BgClassName
{
background-color: #C69728;
}
</style>
border-color css
<style>
span { border-color: #C69728; }
span { border-color: rgb(198,151,40); }
td.TdClassName
{
border-color: #C69728;
}
.TagClassName
{
border-color: #C69728;
}
</style>