Shades of Nugget #C69022
Tints of Nugget #C69022
RGB
CMYK
RGB Variations
Color information
#C69022 (or 0xC69022) is known color: Nugget. HEX triplet: C6, 90 and 22. RGB value is (198,144,34). Sum of RGB (Red+Green+Blue) = 198+144+34=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C69022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69022 is #396FDD. Grayscale: #949494. Windows color (decimal): -3764190 or 2265286. OLE color: 2265286.
HSL color Cylindrical-coordinate representation of color #C69022: hue angle of 40.24º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C69022 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 34 | - |
| CMYK | 0 | 0.27 | 0.83 | 0.22 |
| HSL | 40.24º | 0.71% | 0.45% | - |
| HSV(B) | 40.24º | 0.83% | 0.78% | - |
| XYZ | 33.55 | 32.07 | 5.93 | - |
| YUV | 147.61 | 63.89 | 163.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 34 | 0 | 0.27 | 0.83 | 0.22 | 40.24 | 0.71 | 0.45 |
| Hex | C6 | 90 | 22 | 0 | 1B | 53 | 16 | 28 | 47 | 2D |
| Octal | 306 | 220 | 42 | 0 | 33 | 123 | 26 | 50 | 107 | 55 |
| Binary | 11000110 | 10010000 | 100010 | 0 | 11011 | 1010011 | 10110 | 101000 | 1000111 | 101101 |
Color Harmonies of #C69022
Complementary color
Monochromatic Colors of #C69022
Black with #C69022
Text Example
Text Example
White with #C69022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69022; }
p { color: rgb(198,144,34); }
H1.HeaderClassName
{
color: #C69022;
}
.AnyTagClassName
{
color: #C69022;
}
</style>
background-color css
<style>
a { background-color: #C69022; }
a { background-color: rgb(198,144,34); }
div.DivClassName
{
background-color: #C69022;
}
.BgClassName
{
background-color: #C69022;
}
</style>
border-color css
<style>
span { border-color: #C69022; }
span { border-color: rgb(198,144,34); }
td.TdClassName
{
border-color: #C69022;
}
.TagClassName
{
border-color: #C69022;
}
</style>