Shades of Nugget #C69D34
Tints of Nugget #C69D34
RGB
CMYK
RGB Variations
Color information
#C69D34 (or 0xC69D34) is known color: Nugget. HEX triplet: C6, 9D and 34. RGB value is (198,157,52). Sum of RGB (Red+Green+Blue) = 198+157+52=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D34 is #3962CB. Grayscale: #9D9D9D. Windows color (decimal): -3760844 or 3448262. OLE color: 3448262.
HSL color Cylindrical-coordinate representation of color #C69D34: hue angle of 43.15º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C69D34 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 52 | - |
| CMYK | 0 | 0.21 | 0.74 | 0.22 |
| HSL | 43.15º | 0.58% | 0.49% | - |
| HSV(B) | 43.15º | 0.74% | 0.78% | - |
| XYZ | 35.97 | 36.37 | 8.37 | - |
| YUV | 157.29 | 68.58 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 52 | 0 | 0.21 | 0.74 | 0.22 | 43.15 | 0.58 | 0.49 |
| Hex | C6 | 9D | 34 | 0 | 15 | 4A | 16 | 2B | 3A | 31 |
| Octal | 306 | 235 | 64 | 0 | 25 | 112 | 26 | 53 | 72 | 61 |
| Binary | 11000110 | 10011101 | 110100 | 0 | 10101 | 1001010 | 10110 | 101011 | 111010 | 110001 |
Color Harmonies of #C69D34
Complementary color
Monochromatic Colors of #C69D34
Black with #C69D34
Text Example
Text Example
White with #C69D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D34; }
p { color: rgb(198,157,52); }
H1.HeaderClassName
{
color: #C69D34;
}
.AnyTagClassName
{
color: #C69D34;
}
</style>
background-color css
<style>
a { background-color: #C69D34; }
a { background-color: rgb(198,157,52); }
div.DivClassName
{
background-color: #C69D34;
}
.BgClassName
{
background-color: #C69D34;
}
</style>
border-color css
<style>
span { border-color: #C69D34; }
span { border-color: rgb(198,157,52); }
td.TdClassName
{
border-color: #C69D34;
}
.TagClassName
{
border-color: #C69D34;
}
</style>