Shades of Nugget #C69927
Tints of Nugget #C69927
RGB
CMYK
RGB Variations
Color information
#C69927 (or 0xC69927) is known color: Nugget. HEX triplet: C6, 99 and 27. RGB value is (198,153,39). Sum of RGB (Red+Green+Blue) = 198+153+39=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C69927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69927 is #3966D8. Grayscale: #999999. Windows color (decimal): -3761881 or 2595270. OLE color: 2595270.
HSL color Cylindrical-coordinate representation of color #C69927: hue angle of 43.02º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C69927 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.22 |
| HSL | 43.02º | 0.67% | 0.46% | - |
| HSV(B) | 43.02º | 0.8% | 0.78% | - |
| XYZ | 35.05 | 34.93 | 6.82 | - |
| YUV | 153.46 | 63.41 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 39 | 0 | 0.23 | 0.80 | 0.22 | 43.02 | 0.67 | 0.46 |
| Hex | C6 | 99 | 27 | 0 | 17 | 50 | 16 | 2B | 43 | 2E |
| Octal | 306 | 231 | 47 | 0 | 27 | 120 | 26 | 53 | 103 | 56 |
| Binary | 11000110 | 10011001 | 100111 | 0 | 10111 | 1010000 | 10110 | 101011 | 1000011 | 101110 |
Color Harmonies of #C69927
Complementary color
Monochromatic Colors of #C69927
Black with #C69927
Text Example
Text Example
White with #C69927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69927; }
p { color: rgb(198,153,39); }
H1.HeaderClassName
{
color: #C69927;
}
.AnyTagClassName
{
color: #C69927;
}
</style>
background-color css
<style>
a { background-color: #C69927; }
a { background-color: rgb(198,153,39); }
div.DivClassName
{
background-color: #C69927;
}
.BgClassName
{
background-color: #C69927;
}
</style>
border-color css
<style>
span { border-color: #C69927; }
span { border-color: rgb(198,153,39); }
td.TdClassName
{
border-color: #C69927;
}
.TagClassName
{
border-color: #C69927;
}
</style>