Shades of Nugget #C69527
Tints of Nugget #C69527
RGB
CMYK
RGB Variations
Color information
#C69527 (or 0xC69527) is known color: Nugget. HEX triplet: C6, 95 and 27. RGB value is (198,149,39). Sum of RGB (Red+Green+Blue) = 198+149+39=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C69527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69527 is #396AD8. Grayscale: #979797. Windows color (decimal): -3762905 or 2594246. OLE color: 2594246.
HSL color Cylindrical-coordinate representation of color #C69527: hue angle of 41.51º 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 #C69527 is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 39 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.22 |
| HSL | 41.51º | 0.67% | 0.46% | - |
| HSV(B) | 41.51º | 0.8% | 0.78% | - |
| XYZ | 34.4 | 33.65 | 6.6 | - |
| YUV | 151.11 | 64.73 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 39 | 0 | 0.25 | 0.80 | 0.22 | 41.51 | 0.67 | 0.46 |
| Hex | C6 | 95 | 27 | 0 | 19 | 50 | 16 | 2A | 43 | 2E |
| Octal | 306 | 225 | 47 | 0 | 31 | 120 | 26 | 52 | 103 | 56 |
| Binary | 11000110 | 10010101 | 100111 | 0 | 11001 | 1010000 | 10110 | 101010 | 1000011 | 101110 |
Color Harmonies of #C69527
Complementary color
Monochromatic Colors of #C69527
Black with #C69527
Text Example
Text Example
White with #C69527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69527; }
p { color: rgb(198,149,39); }
H1.HeaderClassName
{
color: #C69527;
}
.AnyTagClassName
{
color: #C69527;
}
</style>
background-color css
<style>
a { background-color: #C69527; }
a { background-color: rgb(198,149,39); }
div.DivClassName
{
background-color: #C69527;
}
.BgClassName
{
background-color: #C69527;
}
</style>
border-color css
<style>
span { border-color: #C69527; }
span { border-color: rgb(198,149,39); }
td.TdClassName
{
border-color: #C69527;
}
.TagClassName
{
border-color: #C69527;
}
</style>