Shades of Nugget #C69529
Tints of Nugget #C69529
RGB
CMYK
RGB Variations
Color information
#C69529 (or 0xC69529) is known color: Nugget. HEX triplet: C6, 95 and 29. RGB value is (198,149,41). Sum of RGB (Red+Green+Blue) = 198+149+41=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 41 (16.41% from 255 or 10.57% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C69529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69529 is #396AD6. Grayscale: #979797. Windows color (decimal): -3762903 or 2725318. OLE color: 2725318.
HSL color Cylindrical-coordinate representation of color #C69529: hue angle of 41.27º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C69529 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 41 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.22 |
| HSL | 41.27º | 0.66% | 0.47% | - |
| HSV(B) | 41.27º | 0.79% | 0.78% | - |
| XYZ | 34.44 | 33.66 | 6.78 | - |
| YUV | 151.34 | 65.73 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 41 | 0 | 0.25 | 0.79 | 0.22 | 41.27 | 0.66 | 0.47 |
| Hex | C6 | 95 | 29 | 0 | 19 | 4F | 16 | 29 | 42 | 2F |
| Octal | 306 | 225 | 51 | 0 | 31 | 117 | 26 | 51 | 102 | 57 |
| Binary | 11000110 | 10010101 | 101001 | 0 | 11001 | 1001111 | 10110 | 101001 | 1000010 | 101111 |
Color Harmonies of #C69529
Complementary color
Monochromatic Colors of #C69529
Black with #C69529
Text Example
Text Example
White with #C69529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69529; }
p { color: rgb(198,149,41); }
H1.HeaderClassName
{
color: #C69529;
}
.AnyTagClassName
{
color: #C69529;
}
</style>
background-color css
<style>
a { background-color: #C69529; }
a { background-color: rgb(198,149,41); }
div.DivClassName
{
background-color: #C69529;
}
.BgClassName
{
background-color: #C69529;
}
</style>
border-color css
<style>
span { border-color: #C69529; }
span { border-color: rgb(198,149,41); }
td.TdClassName
{
border-color: #C69529;
}
.TagClassName
{
border-color: #C69529;
}
</style>