Shades of Nugget #C69223
Tints of Nugget #C69223
RGB
CMYK
RGB Variations
Color information
#C69223 (or 0xC69223) is known color: Nugget. HEX triplet: C6, 92 and 23. RGB value is (198,146,35). Sum of RGB (Red+Green+Blue) = 198+146+35=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C69223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69223 is #396DDC. Grayscale: #959595. Windows color (decimal): -3763677 or 2331334. OLE color: 2331334.
HSL color Cylindrical-coordinate representation of color #C69223: hue angle of 40.86º 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 #C69223 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 35 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.22 |
| HSL | 40.86º | 0.7% | 0.46% | - |
| HSV(B) | 40.86º | 0.82% | 0.78% | - |
| XYZ | 33.87 | 32.68 | 6.11 | - |
| YUV | 148.89 | 63.73 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 35 | 0 | 0.26 | 0.82 | 0.22 | 40.86 | 0.7 | 0.46 |
| Hex | C6 | 92 | 23 | 0 | 1A | 52 | 16 | 29 | 46 | 2E |
| Octal | 306 | 222 | 43 | 0 | 32 | 122 | 26 | 51 | 106 | 56 |
| Binary | 11000110 | 10010010 | 100011 | 0 | 11010 | 1010010 | 10110 | 101001 | 1000110 | 101110 |
Color Harmonies of #C69223
Complementary color
Monochromatic Colors of #C69223
Black with #C69223
Text Example
Text Example
White with #C69223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69223; }
p { color: rgb(198,146,35); }
H1.HeaderClassName
{
color: #C69223;
}
.AnyTagClassName
{
color: #C69223;
}
</style>
background-color css
<style>
a { background-color: #C69223; }
a { background-color: rgb(198,146,35); }
div.DivClassName
{
background-color: #C69223;
}
.BgClassName
{
background-color: #C69223;
}
</style>
border-color css
<style>
span { border-color: #C69223; }
span { border-color: rgb(198,146,35); }
td.TdClassName
{
border-color: #C69223;
}
.TagClassName
{
border-color: #C69223;
}
</style>