Shades of Old Gold #C6B340
Tints of Old Gold #C6B340
RGB
CMYK
RGB Variations
Color information
#C6B340 (or 0xC6B340) is known color: Old Gold. HEX triplet: C6, B3 and 40. RGB value is (198,179,64). Sum of RGB (Red+Green+Blue) = 198+179+64=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 64 (25.39% from 255 or 14.51% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B340 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B340 is #394CBF. Grayscale: #ACACAC. Windows color (decimal): -3755200 or 4240326. OLE color: 4240326.
HSL color Cylindrical-coordinate representation of color #C6B340: hue angle of 51.49º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C6B340 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 179 | 64 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.22 |
| HSL | 51.49º | 0.54% | 0.51% | - |
| HSV(B) | 51.49º | 0.68% | 0.78% | - |
| XYZ | 40.33 | 44.62 | 11.34 | - |
| YUV | 171.57 | 67.29 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 179 | 64 | 0 | 0.10 | 0.68 | 0.22 | 51.49 | 0.54 | 0.51 |
| Hex | C6 | B3 | 40 | 0 | A | 44 | 16 | 33 | 36 | 33 |
| Octal | 306 | 263 | 100 | 0 | 12 | 104 | 26 | 63 | 66 | 63 |
| Binary | 11000110 | 10110011 | 1000000 | 0 | 1010 | 1000100 | 10110 | 110011 | 110110 | 110011 |
Color Harmonies of #C6B340
Complementary color
Monochromatic Colors of #C6B340
Black with #C6B340
Text Example
Text Example
White with #C6B340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B340; }
p { color: rgb(198,179,64); }
H1.HeaderClassName
{
color: #C6B340;
}
.AnyTagClassName
{
color: #C6B340;
}
</style>
background-color css
<style>
a { background-color: #C6B340; }
a { background-color: rgb(198,179,64); }
div.DivClassName
{
background-color: #C6B340;
}
.BgClassName
{
background-color: #C6B340;
}
</style>
border-color css
<style>
span { border-color: #C6B340; }
span { border-color: rgb(198,179,64); }
td.TdClassName
{
border-color: #C6B340;
}
.TagClassName
{
border-color: #C6B340;
}
</style>