Shades of Nugget #C6912B
Tints of Nugget #C6912B
RGB
CMYK
RGB Variations
Color information
#C6912B (or 0xC6912B) is known color: Nugget. HEX triplet: C6, 91 and 2B. RGB value is (198,145,43). Sum of RGB (Red+Green+Blue) = 198+145+43=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C6912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6912B is #396ED4. Grayscale: #959595. Windows color (decimal): -3763925 or 2855366. OLE color: 2855366.
HSL color Cylindrical-coordinate representation of color #C6912B: hue angle of 39.48º 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 #C6912B is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 145 | 43 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.22 |
| HSL | 39.48º | 0.64% | 0.47% | - |
| HSV(B) | 39.48º | 0.78% | 0.78% | - |
| XYZ | 33.85 | 32.43 | 6.76 | - |
| YUV | 149.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 43 | 0 | 0.27 | 0.78 | 0.22 | 39.48 | 0.64 | 0.47 |
| Hex | C6 | 91 | 2B | 0 | 1B | 4E | 16 | 27 | 40 | 2F |
| Octal | 306 | 221 | 53 | 0 | 33 | 116 | 26 | 47 | 100 | 57 |
| Binary | 11000110 | 10010001 | 101011 | 0 | 11011 | 1001110 | 10110 | 100111 | 1000000 | 101111 |
Color Harmonies of #C6912B
Complementary color
Monochromatic Colors of #C6912B
Black with #C6912B
Text Example
Text Example
White with #C6912B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6912B; }
p { color: rgb(198,145,43); }
H1.HeaderClassName
{
color: #C6912B;
}
.AnyTagClassName
{
color: #C6912B;
}
</style>
background-color css
<style>
a { background-color: #C6912B; }
a { background-color: rgb(198,145,43); }
div.DivClassName
{
background-color: #C6912B;
}
.BgClassName
{
background-color: #C6912B;
}
</style>
border-color css
<style>
span { border-color: #C6912B; }
span { border-color: rgb(198,145,43); }
td.TdClassName
{
border-color: #C6912B;
}
.TagClassName
{
border-color: #C6912B;
}
</style>