Shades of Nugget #C6912A
Tints of Nugget #C6912A
RGB
CMYK
RGB Variations
Color information
#C6912A (or 0xC6912A) is known color: Nugget. HEX triplet: C6, 91 and 2A. RGB value is (198,145,42). Sum of RGB (Red+Green+Blue) = 198+145+42=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C6912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6912A is #396ED5. Grayscale: #959595. Windows color (decimal): -3763926 or 2789830. OLE color: 2789830.
HSL color Cylindrical-coordinate representation of color #C6912A: hue angle of 39.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6912A is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 42 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.22 |
| HSL | 39.62º | 0.65% | 0.47% | - |
| HSV(B) | 39.62º | 0.79% | 0.78% | - |
| XYZ | 33.83 | 32.42 | 6.67 | - |
| YUV | 149.11 | 67.56 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 42 | 0 | 0.27 | 0.79 | 0.22 | 39.62 | 0.65 | 0.47 |
| Hex | C6 | 91 | 2A | 0 | 1B | 4F | 16 | 28 | 41 | 2F |
| Octal | 306 | 221 | 52 | 0 | 33 | 117 | 26 | 50 | 101 | 57 |
| Binary | 11000110 | 10010001 | 101010 | 0 | 11011 | 1001111 | 10110 | 101000 | 1000001 | 101111 |
Color Harmonies of #C6912A
Complementary color
Monochromatic Colors of #C6912A
Black with #C6912A
Text Example
Text Example
White with #C6912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6912A; }
p { color: rgb(198,145,42); }
H1.HeaderClassName
{
color: #C6912A;
}
.AnyTagClassName
{
color: #C6912A;
}
</style>
background-color css
<style>
a { background-color: #C6912A; }
a { background-color: rgb(198,145,42); }
div.DivClassName
{
background-color: #C6912A;
}
.BgClassName
{
background-color: #C6912A;
}
</style>
border-color css
<style>
span { border-color: #C6912A; }
span { border-color: rgb(198,145,42); }
td.TdClassName
{
border-color: #C6912A;
}
.TagClassName
{
border-color: #C6912A;
}
</style>