Shades of Nugget #C6962B
Tints of Nugget #C6962B
RGB
CMYK
RGB Variations
Color information
#C6962B (or 0xC6962B) is known color: Nugget. HEX triplet: C6, 96 and 2B. RGB value is (198,150,43). Sum of RGB (Red+Green+Blue) = 198+150+43=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6962B is #3969D4. Grayscale: #989898. Windows color (decimal): -3762645 or 2856646. OLE color: 2856646.
HSL color Cylindrical-coordinate representation of color #C6962B: hue angle of 41.42º 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 #C6962B is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 43 | - |
| CMYK | 0 | 0.24 | 0.78 | 0.22 |
| HSL | 41.42º | 0.64% | 0.47% | - |
| HSV(B) | 41.42º | 0.78% | 0.78% | - |
| XYZ | 34.63 | 33.99 | 7.02 | - |
| YUV | 152.15 | 66.4 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 43 | 0 | 0.24 | 0.78 | 0.22 | 41.42 | 0.64 | 0.47 |
| Hex | C6 | 96 | 2B | 0 | 18 | 4E | 16 | 29 | 40 | 2F |
| Octal | 306 | 226 | 53 | 0 | 30 | 116 | 26 | 51 | 100 | 57 |
| Binary | 11000110 | 10010110 | 101011 | 0 | 11000 | 1001110 | 10110 | 101001 | 1000000 | 101111 |
Color Harmonies of #C6962B
Complementary color
Monochromatic Colors of #C6962B
Black with #C6962B
Text Example
Text Example
White with #C6962B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6962B; }
p { color: rgb(198,150,43); }
H1.HeaderClassName
{
color: #C6962B;
}
.AnyTagClassName
{
color: #C6962B;
}
</style>
background-color css
<style>
a { background-color: #C6962B; }
a { background-color: rgb(198,150,43); }
div.DivClassName
{
background-color: #C6962B;
}
.BgClassName
{
background-color: #C6962B;
}
</style>
border-color css
<style>
span { border-color: #C6962B; }
span { border-color: rgb(198,150,43); }
td.TdClassName
{
border-color: #C6962B;
}
.TagClassName
{
border-color: #C6962B;
}
</style>