Shades of Nugget #C69530
Tints of Nugget #C69530
RGB
CMYK
RGB Variations
Color information
#C69530 (or 0xC69530) is known color: Nugget. HEX triplet: C6, 95 and 30. RGB value is (198,149,48). Sum of RGB (Red+Green+Blue) = 198+149+48=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C69530 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69530 is #396ACF. Grayscale: #989898. Windows color (decimal): -3762896 or 3184070. OLE color: 3184070.
HSL color Cylindrical-coordinate representation of color #C69530: hue angle of 40.4º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C69530 is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 48 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.22 |
| HSL | 40.4º | 0.61% | 0.48% | - |
| HSV(B) | 40.4º | 0.76% | 0.78% | - |
| XYZ | 34.57 | 33.71 | 7.48 | - |
| YUV | 152.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 48 | 0 | 0.25 | 0.76 | 0.22 | 40.4 | 0.61 | 0.48 |
| Hex | C6 | 95 | 30 | 0 | 19 | 4C | 16 | 28 | 3D | 30 |
| Octal | 306 | 225 | 60 | 0 | 31 | 114 | 26 | 50 | 75 | 60 |
| Binary | 11000110 | 10010101 | 110000 | 0 | 11001 | 1001100 | 10110 | 101000 | 111101 | 110000 |
Color Harmonies of #C69530
Complementary color
Monochromatic Colors of #C69530
Black with #C69530
Text Example
Text Example
White with #C69530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69530; }
p { color: rgb(198,149,48); }
H1.HeaderClassName
{
color: #C69530;
}
.AnyTagClassName
{
color: #C69530;
}
</style>
background-color css
<style>
a { background-color: #C69530; }
a { background-color: rgb(198,149,48); }
div.DivClassName
{
background-color: #C69530;
}
.BgClassName
{
background-color: #C69530;
}
</style>
border-color css
<style>
span { border-color: #C69530; }
span { border-color: rgb(198,149,48); }
td.TdClassName
{
border-color: #C69530;
}
.TagClassName
{
border-color: #C69530;
}
</style>