Shades of Old Gold #C6AF3F
Tints of Old Gold #C6AF3F
RGB
CMYK
RGB Variations
Color information
#C6AF3F (or 0xC6AF3F) is known color: Old Gold. HEX triplet: C6, AF and 3F. RGB value is (198,175,63). Sum of RGB (Red+Green+Blue) = 198+175+63=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AF3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6AF3F is #3950C0. Grayscale: #A9A9A9. Windows color (decimal): -3756225 or 4173766. OLE color: 4173766.
HSL color Cylindrical-coordinate representation of color #C6AF3F: hue angle of 49.78º 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 #C6AF3F is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 175 | 63 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.22 |
| HSL | 49.78º | 0.54% | 0.51% | - |
| HSV(B) | 49.78º | 0.68% | 0.78% | - |
| XYZ | 39.52 | 43.02 | 10.92 | - |
| YUV | 169.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 175 | 63 | 0 | 0.12 | 0.68 | 0.22 | 49.78 | 0.54 | 0.51 |
| Hex | C6 | AF | 3F | 0 | C | 44 | 16 | 32 | 36 | 33 |
| Octal | 306 | 257 | 77 | 0 | 14 | 104 | 26 | 62 | 66 | 63 |
| Binary | 11000110 | 10101111 | 111111 | 0 | 1100 | 1000100 | 10110 | 110010 | 110110 | 110011 |
Color Harmonies of #C6AF3F
Complementary color
Monochromatic Colors of #C6AF3F
Black with #C6AF3F
Text Example
Text Example
White with #C6AF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AF3F; }
p { color: rgb(198,175,63); }
H1.HeaderClassName
{
color: #C6AF3F;
}
.AnyTagClassName
{
color: #C6AF3F;
}
</style>
background-color css
<style>
a { background-color: #C6AF3F; }
a { background-color: rgb(198,175,63); }
div.DivClassName
{
background-color: #C6AF3F;
}
.BgClassName
{
background-color: #C6AF3F;
}
</style>
border-color css
<style>
span { border-color: #C6AF3F; }
span { border-color: rgb(198,175,63); }
td.TdClassName
{
border-color: #C6AF3F;
}
.TagClassName
{
border-color: #C6AF3F;
}
</style>