Shades of Nugget #C69A27
Tints of Nugget #C69A27
RGB
CMYK
RGB Variations
Color information
#C69A27 (or 0xC69A27) is known color: Nugget. HEX triplet: C6, 9A and 27. RGB value is (198,154,39). Sum of RGB (Red+Green+Blue) = 198+154+39=391 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.64% from 391); Green value is 154 (60.55% from 255 or 39.39% from 391); Blue value is 39 (15.62% from 255 or 9.97% from 391); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A27 is #3965D8. Grayscale: #9A9A9A. Windows color (decimal): -3761625 or 2595526. OLE color: 2595526.
HSL color Cylindrical-coordinate representation of color #C69A27: hue angle of 43.4º 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 #C69A27 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 39 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.22 |
| HSL | 43.4º | 0.67% | 0.46% | - |
| HSV(B) | 43.4º | 0.8% | 0.78% | - |
| XYZ | 35.21 | 35.26 | 6.87 | - |
| YUV | 154.05 | 63.08 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 39 | 0 | 0.22 | 0.80 | 0.22 | 43.4 | 0.67 | 0.46 |
| Hex | C6 | 9A | 27 | 0 | 16 | 50 | 16 | 2B | 43 | 2E |
| Octal | 306 | 232 | 47 | 0 | 26 | 120 | 26 | 53 | 103 | 56 |
| Binary | 11000110 | 10011010 | 100111 | 0 | 10110 | 1010000 | 10110 | 101011 | 1000011 | 101110 |
Color Harmonies of #C69A27
Complementary color
Monochromatic Colors of #C69A27
Black with #C69A27
Text Example
Text Example
White with #C69A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A27; }
p { color: rgb(198,154,39); }
H1.HeaderClassName
{
color: #C69A27;
}
.AnyTagClassName
{
color: #C69A27;
}
</style>
background-color css
<style>
a { background-color: #C69A27; }
a { background-color: rgb(198,154,39); }
div.DivClassName
{
background-color: #C69A27;
}
.BgClassName
{
background-color: #C69A27;
}
</style>
border-color css
<style>
span { border-color: #C69A27; }
span { border-color: rgb(198,154,39); }
td.TdClassName
{
border-color: #C69A27;
}
.TagClassName
{
border-color: #C69A27;
}
</style>