Shades of Nugget #C69225
Tints of Nugget #C69225
RGB
CMYK
RGB Variations
Color information
#C69225 (or 0xC69225) is known color: Nugget. HEX triplet: C6, 92 and 25. RGB value is (198,146,37). Sum of RGB (Red+Green+Blue) = 198+146+37=381 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.97% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 37 (14.84% from 255 or 9.71% from 381); Max value from RGB is 198 - color contains mainly: red. Hex color #C69225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69225 is #396DDA. Grayscale: #959595. Windows color (decimal): -3763675 or 2462406. OLE color: 2462406.
HSL color Cylindrical-coordinate representation of color #C69225: hue angle of 40.62º degrees, saturation: 0.69, 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 #C69225 is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 37 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.22 |
| HSL | 40.62º | 0.69% | 0.46% | - |
| HSV(B) | 40.62º | 0.81% | 0.78% | - |
| XYZ | 33.9 | 32.7 | 6.27 | - |
| YUV | 149.12 | 64.73 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 37 | 0 | 0.26 | 0.81 | 0.22 | 40.62 | 0.69 | 0.46 |
| Hex | C6 | 92 | 25 | 0 | 1A | 51 | 16 | 29 | 45 | 2E |
| Octal | 306 | 222 | 45 | 0 | 32 | 121 | 26 | 51 | 105 | 56 |
| Binary | 11000110 | 10010010 | 100101 | 0 | 11010 | 1010001 | 10110 | 101001 | 1000101 | 101110 |
Color Harmonies of #C69225
Complementary color
Monochromatic Colors of #C69225
Black with #C69225
Text Example
Text Example
White with #C69225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69225; }
p { color: rgb(198,146,37); }
H1.HeaderClassName
{
color: #C69225;
}
.AnyTagClassName
{
color: #C69225;
}
</style>
background-color css
<style>
a { background-color: #C69225; }
a { background-color: rgb(198,146,37); }
div.DivClassName
{
background-color: #C69225;
}
.BgClassName
{
background-color: #C69225;
}
</style>
border-color css
<style>
span { border-color: #C69225; }
span { border-color: rgb(198,146,37); }
td.TdClassName
{
border-color: #C69225;
}
.TagClassName
{
border-color: #C69225;
}
</style>