Shades of Nugget #C6922F
Tints of Nugget #C6922F
RGB
CMYK
RGB Variations
Color information
#C6922F (or 0xC6922F) is known color: Nugget. HEX triplet: C6, 92 and 2F. RGB value is (198,146,47). Sum of RGB (Red+Green+Blue) = 198+146+47=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C6922F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6922F is #396DD0. Grayscale: #969696. Windows color (decimal): -3763665 or 3117766. OLE color: 3117766.
HSL color Cylindrical-coordinate representation of color #C6922F: hue angle of 39.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6922F is Cyan = 0, Magento = 0.26, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 47 | - |
| CMYK | 0 | 0.26 | 0.76 | 0.22 |
| HSL | 39.34º | 0.62% | 0.48% | - |
| HSV(B) | 39.34º | 0.76% | 0.78% | - |
| XYZ | 34.08 | 32.77 | 7.22 | - |
| YUV | 150.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 47 | 0 | 0.26 | 0.76 | 0.22 | 39.34 | 0.62 | 0.48 |
| Hex | C6 | 92 | 2F | 0 | 1A | 4C | 16 | 27 | 3E | 30 |
| Octal | 306 | 222 | 57 | 0 | 32 | 114 | 26 | 47 | 76 | 60 |
| Binary | 11000110 | 10010010 | 101111 | 0 | 11010 | 1001100 | 10110 | 100111 | 111110 | 110000 |
Color Harmonies of #C6922F
Complementary color
Monochromatic Colors of #C6922F
Black with #C6922F
Text Example
Text Example
White with #C6922F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6922F; }
p { color: rgb(198,146,47); }
H1.HeaderClassName
{
color: #C6922F;
}
.AnyTagClassName
{
color: #C6922F;
}
</style>
background-color css
<style>
a { background-color: #C6922F; }
a { background-color: rgb(198,146,47); }
div.DivClassName
{
background-color: #C6922F;
}
.BgClassName
{
background-color: #C6922F;
}
</style>
border-color css
<style>
span { border-color: #C6922F; }
span { border-color: rgb(198,146,47); }
td.TdClassName
{
border-color: #C6922F;
}
.TagClassName
{
border-color: #C6922F;
}
</style>