Shades of Nugget #C6931E
Tints of Nugget #C6931E
RGB
CMYK
RGB Variations
Color information
#C6931E (or 0xC6931E) is known color: Nugget. HEX triplet: C6, 93 and 1E. RGB value is (198,147,30). Sum of RGB (Red+Green+Blue) = 198+147+30=375 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.8% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 30 (12.11% from 255 or 8% from 375); Max value from RGB is 198 - color contains mainly: red. Hex color #C6931E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6931E is #396CE1. Grayscale: #959595. Windows color (decimal): -3763426 or 2003910. OLE color: 2003910.
HSL color Cylindrical-coordinate representation of color #C6931E: hue angle of 41.79º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6931E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.22 |
| HSL | 41.79º | 0.74% | 0.45% | - |
| HSV(B) | 41.79º | 0.85% | 0.78% | - |
| XYZ | 33.96 | 32.97 | 5.8 | - |
| YUV | 148.91 | 60.9 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 30 | 0 | 0.26 | 0.85 | 0.22 | 41.79 | 0.74 | 0.45 |
| Hex | C6 | 93 | 1E | 0 | 1A | 55 | 16 | 2A | 4A | 2D |
| Octal | 306 | 223 | 36 | 0 | 32 | 125 | 26 | 52 | 112 | 55 |
| Binary | 11000110 | 10010011 | 11110 | 0 | 11010 | 1010101 | 10110 | 101010 | 1001010 | 101101 |
Color Harmonies of #C6931E
Complementary color
Monochromatic Colors of #C6931E
Black with #C6931E
Text Example
Text Example
White with #C6931E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6931E; }
p { color: rgb(198,147,30); }
H1.HeaderClassName
{
color: #C6931E;
}
.AnyTagClassName
{
color: #C6931E;
}
</style>
background-color css
<style>
a { background-color: #C6931E; }
a { background-color: rgb(198,147,30); }
div.DivClassName
{
background-color: #C6931E;
}
.BgClassName
{
background-color: #C6931E;
}
</style>
border-color css
<style>
span { border-color: #C6931E; }
span { border-color: rgb(198,147,30); }
td.TdClassName
{
border-color: #C6931E;
}
.TagClassName
{
border-color: #C6931E;
}
</style>