Shades of Old Gold #C6B647
Tints of Old Gold #C6B647
RGB
CMYK
RGB Variations
Color information
#C6B647 (or 0xC6B647) is known color: Old Gold. HEX triplet: C6, B6 and 47. RGB value is (198,182,71). Sum of RGB (Red+Green+Blue) = 198+182+71=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B647 is #3949B8. Grayscale: #AEAEAE. Windows color (decimal): -3754425 or 4699846. OLE color: 4699846.
HSL color Cylindrical-coordinate representation of color #C6B647: hue angle of 52.44º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6B647 is Cyan = 0, Magento = 0.08, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 71 | - |
| CMYK | 0 | 0.08 | 0.64 | 0.22 |
| HSL | 52.44º | 0.53% | 0.53% | - |
| HSV(B) | 52.44º | 0.64% | 0.78% | - |
| XYZ | 41.15 | 45.92 | 12.65 | - |
| YUV | 174.13 | 69.8 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 71 | 0 | 0.08 | 0.64 | 0.22 | 52.44 | 0.53 | 0.53 |
| Hex | C6 | B6 | 47 | 0 | 8 | 40 | 16 | 34 | 35 | 35 |
| Octal | 306 | 266 | 107 | 0 | 10 | 100 | 26 | 64 | 65 | 65 |
| Binary | 11000110 | 10110110 | 1000111 | 0 | 1000 | 1000000 | 10110 | 110100 | 110101 | 110101 |
Color Harmonies of #C6B647
Complementary color
Monochromatic Colors of #C6B647
Black with #C6B647
Text Example
Text Example
White with #C6B647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B647; }
p { color: rgb(198,182,71); }
H1.HeaderClassName
{
color: #C6B647;
}
.AnyTagClassName
{
color: #C6B647;
}
</style>
background-color css
<style>
a { background-color: #C6B647; }
a { background-color: rgb(198,182,71); }
div.DivClassName
{
background-color: #C6B647;
}
.BgClassName
{
background-color: #C6B647;
}
</style>
border-color css
<style>
span { border-color: #C6B647; }
span { border-color: rgb(198,182,71); }
td.TdClassName
{
border-color: #C6B647;
}
.TagClassName
{
border-color: #C6B647;
}
</style>