Shades of Nugget #C6932A
Tints of Nugget #C6932A
RGB
CMYK
RGB Variations
Color information
#C6932A (or 0xC6932A) is known color: Nugget. HEX triplet: C6, 93 and 2A. RGB value is (198,147,42). Sum of RGB (Red+Green+Blue) = 198+147+42=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C6932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6932A is #396CD5. Grayscale: #969696. Windows color (decimal): -3763414 or 2790342. OLE color: 2790342.
HSL color Cylindrical-coordinate representation of color #C6932A: hue angle of 40.38º 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 #C6932A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 42 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.22 |
| HSL | 40.38º | 0.65% | 0.47% | - |
| HSV(B) | 40.38º | 0.79% | 0.78% | - |
| XYZ | 34.14 | 33.04 | 6.77 | - |
| YUV | 150.28 | 66.9 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 42 | 0 | 0.26 | 0.79 | 0.22 | 40.38 | 0.65 | 0.47 |
| Hex | C6 | 93 | 2A | 0 | 1A | 4F | 16 | 28 | 41 | 2F |
| Octal | 306 | 223 | 52 | 0 | 32 | 117 | 26 | 50 | 101 | 57 |
| Binary | 11000110 | 10010011 | 101010 | 0 | 11010 | 1001111 | 10110 | 101000 | 1000001 | 101111 |
Color Harmonies of #C6932A
Complementary color
Monochromatic Colors of #C6932A
Black with #C6932A
Text Example
Text Example
White with #C6932A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6932A; }
p { color: rgb(198,147,42); }
H1.HeaderClassName
{
color: #C6932A;
}
.AnyTagClassName
{
color: #C6932A;
}
</style>
background-color css
<style>
a { background-color: #C6932A; }
a { background-color: rgb(198,147,42); }
div.DivClassName
{
background-color: #C6932A;
}
.BgClassName
{
background-color: #C6932A;
}
</style>
border-color css
<style>
span { border-color: #C6932A; }
span { border-color: rgb(198,147,42); }
td.TdClassName
{
border-color: #C6932A;
}
.TagClassName
{
border-color: #C6932A;
}
</style>