Shades of Nugget #C69626
Tints of Nugget #C69626
RGB
CMYK
RGB Variations
Color information
#C69626 (or 0xC69626) is known color: Nugget. HEX triplet: C6, 96 and 26. RGB value is (198,150,38). Sum of RGB (Red+Green+Blue) = 198+150+38=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 38 (15.23% from 255 or 9.84% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C69626 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69626 is #3969D9. Grayscale: #989898. Windows color (decimal): -3762650 or 2528966. OLE color: 2528966.
HSL color Cylindrical-coordinate representation of color #C69626: hue angle of 42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C69626 is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 38 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.22 |
| HSL | 42º | 0.68% | 0.46% | - |
| HSV(B) | 42º | 0.81% | 0.78% | - |
| XYZ | 34.54 | 33.96 | 6.57 | - |
| YUV | 151.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 38 | 0 | 0.24 | 0.81 | 0.22 | 42 | 0.68 | 0.46 |
| Hex | C6 | 96 | 26 | 0 | 18 | 51 | 16 | 2A | 44 | 2E |
| Octal | 306 | 226 | 46 | 0 | 30 | 121 | 26 | 52 | 104 | 56 |
| Binary | 11000110 | 10010110 | 100110 | 0 | 11000 | 1010001 | 10110 | 101010 | 1000100 | 101110 |
Color Harmonies of #C69626
Complementary color
Monochromatic Colors of #C69626
Black with #C69626
Text Example
Text Example
White with #C69626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69626; }
p { color: rgb(198,150,38); }
H1.HeaderClassName
{
color: #C69626;
}
.AnyTagClassName
{
color: #C69626;
}
</style>
background-color css
<style>
a { background-color: #C69626; }
a { background-color: rgb(198,150,38); }
div.DivClassName
{
background-color: #C69626;
}
.BgClassName
{
background-color: #C69626;
}
</style>
border-color css
<style>
span { border-color: #C69626; }
span { border-color: rgb(198,150,38); }
td.TdClassName
{
border-color: #C69626;
}
.TagClassName
{
border-color: #C69626;
}
</style>