Shades of Old Gold #C6B73C
Tints of Old Gold #C6B73C
RGB
CMYK
RGB Variations
Color information
#C6B73C (or 0xC6B73C) is known color: Old Gold. HEX triplet: C6, B7 and 3C. RGB value is (198,183,60). Sum of RGB (Red+Green+Blue) = 198+183+60=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 60 (23.83% from 255 or 13.61% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B73C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B73C is #3948C3. Grayscale: #ADADAD. Windows color (decimal): -3754180 or 3979206. OLE color: 3979206.
HSL color Cylindrical-coordinate representation of color #C6B73C: hue angle of 53.48º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C6B73C is Cyan = 0, Magento = 0.08, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 60 | - |
| CMYK | 0 | 0.08 | 0.70 | 0.22 |
| HSL | 53.48º | 0.55% | 0.51% | - |
| HSV(B) | 53.48º | 0.7% | 0.78% | - |
| XYZ | 41.04 | 46.2 | 11.03 | - |
| YUV | 173.46 | 63.97 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 60 | 0 | 0.08 | 0.70 | 0.22 | 53.48 | 0.55 | 0.51 |
| Hex | C6 | B7 | 3C | 0 | 8 | 46 | 16 | 35 | 37 | 33 |
| Octal | 306 | 267 | 74 | 0 | 10 | 106 | 26 | 65 | 67 | 63 |
| Binary | 11000110 | 10110111 | 111100 | 0 | 1000 | 1000110 | 10110 | 110101 | 110111 | 110011 |
Color Harmonies of #C6B73C
Complementary color
Monochromatic Colors of #C6B73C
Black with #C6B73C
Text Example
Text Example
White with #C6B73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B73C; }
p { color: rgb(198,183,60); }
H1.HeaderClassName
{
color: #C6B73C;
}
.AnyTagClassName
{
color: #C6B73C;
}
</style>
background-color css
<style>
a { background-color: #C6B73C; }
a { background-color: rgb(198,183,60); }
div.DivClassName
{
background-color: #C6B73C;
}
.BgClassName
{
background-color: #C6B73C;
}
</style>
border-color css
<style>
span { border-color: #C6B73C; }
span { border-color: rgb(198,183,60); }
td.TdClassName
{
border-color: #C6B73C;
}
.TagClassName
{
border-color: #C6B73C;
}
</style>