Shades of Nugget #C69C26
Tints of Nugget #C69C26
RGB
CMYK
RGB Variations
Color information
#C69C26 (or 0xC69C26) is known color: Nugget. HEX triplet: C6, 9C and 26. RGB value is (198,156,38). Sum of RGB (Red+Green+Blue) = 198+156+38=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 38 (15.23% from 255 or 9.69% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C26 is #3963D9. Grayscale: #9B9B9B. Windows color (decimal): -3761114 or 2530502. OLE color: 2530502.
HSL color Cylindrical-coordinate representation of color #C69C26: hue angle of 44.25º 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 #C69C26 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 38 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.22 |
| HSL | 44.25º | 0.68% | 0.46% | - |
| HSV(B) | 44.25º | 0.81% | 0.78% | - |
| XYZ | 35.53 | 35.92 | 6.9 | - |
| YUV | 155.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 38 | 0 | 0.21 | 0.81 | 0.22 | 44.25 | 0.68 | 0.46 |
| Hex | C6 | 9C | 26 | 0 | 15 | 51 | 16 | 2C | 44 | 2E |
| Octal | 306 | 234 | 46 | 0 | 25 | 121 | 26 | 54 | 104 | 56 |
| Binary | 11000110 | 10011100 | 100110 | 0 | 10101 | 1010001 | 10110 | 101100 | 1000100 | 101110 |
Color Harmonies of #C69C26
Complementary color
Monochromatic Colors of #C69C26
Black with #C69C26
Text Example
Text Example
White with #C69C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C26; }
p { color: rgb(198,156,38); }
H1.HeaderClassName
{
color: #C69C26;
}
.AnyTagClassName
{
color: #C69C26;
}
</style>
background-color css
<style>
a { background-color: #C69C26; }
a { background-color: rgb(198,156,38); }
div.DivClassName
{
background-color: #C69C26;
}
.BgClassName
{
background-color: #C69C26;
}
</style>
border-color css
<style>
span { border-color: #C69C26; }
span { border-color: rgb(198,156,38); }
td.TdClassName
{
border-color: #C69C26;
}
.TagClassName
{
border-color: #C69C26;
}
</style>