Shades of Nugget #C69523
Tints of Nugget #C69523
RGB
CMYK
RGB Variations
Color information
#C69523 (or 0xC69523) is known color: Nugget. HEX triplet: C6, 95 and 23. RGB value is (198,149,35). Sum of RGB (Red+Green+Blue) = 198+149+35=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 35 (14.06% from 255 or 9.16% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C69523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69523 is #396ADC. Grayscale: #979797. Windows color (decimal): -3762909 or 2332102. OLE color: 2332102.
HSL color Cylindrical-coordinate representation of color #C69523: hue angle of 41.96º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C69523 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 35 | - |
| CMYK | 0 | 0.25 | 0.82 | 0.22 |
| HSL | 41.96º | 0.7% | 0.46% | - |
| HSV(B) | 41.96º | 0.82% | 0.78% | - |
| XYZ | 34.34 | 33.62 | 6.27 | - |
| YUV | 150.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 35 | 0 | 0.25 | 0.82 | 0.22 | 41.96 | 0.7 | 0.46 |
| Hex | C6 | 95 | 23 | 0 | 19 | 52 | 16 | 2A | 46 | 2E |
| Octal | 306 | 225 | 43 | 0 | 31 | 122 | 26 | 52 | 106 | 56 |
| Binary | 11000110 | 10010101 | 100011 | 0 | 11001 | 1010010 | 10110 | 101010 | 1000110 | 101110 |
Color Harmonies of #C69523
Complementary color
Monochromatic Colors of #C69523
Black with #C69523
Text Example
Text Example
White with #C69523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69523; }
p { color: rgb(198,149,35); }
H1.HeaderClassName
{
color: #C69523;
}
.AnyTagClassName
{
color: #C69523;
}
</style>
background-color css
<style>
a { background-color: #C69523; }
a { background-color: rgb(198,149,35); }
div.DivClassName
{
background-color: #C69523;
}
.BgClassName
{
background-color: #C69523;
}
</style>
border-color css
<style>
span { border-color: #C69523; }
span { border-color: rgb(198,149,35); }
td.TdClassName
{
border-color: #C69523;
}
.TagClassName
{
border-color: #C69523;
}
</style>