Shades of Nugget #C6902C
Tints of Nugget #C6902C
RGB
CMYK
RGB Variations
Color information
#C6902C (or 0xC6902C) is known color: Nugget. HEX triplet: C6, 90 and 2C. RGB value is (198,144,44). Sum of RGB (Red+Green+Blue) = 198+144+44=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6902C is #396FD3. Grayscale: #959595. Windows color (decimal): -3764180 or 2920646. OLE color: 2920646.
HSL color Cylindrical-coordinate representation of color #C6902C: hue angle of 38.96º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6902C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 44 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.22 |
| HSL | 38.96º | 0.64% | 0.47% | - |
| HSV(B) | 38.96º | 0.78% | 0.78% | - |
| XYZ | 33.72 | 32.13 | 6.81 | - |
| YUV | 148.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 44 | 0 | 0.27 | 0.78 | 0.22 | 38.96 | 0.64 | 0.47 |
| Hex | C6 | 90 | 2C | 0 | 1B | 4E | 16 | 27 | 40 | 2F |
| Octal | 306 | 220 | 54 | 0 | 33 | 116 | 26 | 47 | 100 | 57 |
| Binary | 11000110 | 10010000 | 101100 | 0 | 11011 | 1001110 | 10110 | 100111 | 1000000 | 101111 |
Color Harmonies of #C6902C
Complementary color
Monochromatic Colors of #C6902C
Black with #C6902C
Text Example
Text Example
White with #C6902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6902C; }
p { color: rgb(198,144,44); }
H1.HeaderClassName
{
color: #C6902C;
}
.AnyTagClassName
{
color: #C6902C;
}
</style>
background-color css
<style>
a { background-color: #C6902C; }
a { background-color: rgb(198,144,44); }
div.DivClassName
{
background-color: #C6902C;
}
.BgClassName
{
background-color: #C6902C;
}
</style>
border-color css
<style>
span { border-color: #C6902C; }
span { border-color: rgb(198,144,44); }
td.TdClassName
{
border-color: #C6902C;
}
.TagClassName
{
border-color: #C6902C;
}
</style>