Shades of Old Gold #C6BE40
Tints of Old Gold #C6BE40
RGB
CMYK
RGB Variations
Color information
#C6BE40 (or 0xC6BE40) is known color: Old Gold. HEX triplet: C6, BE and 40. RGB value is (198,190,64). Sum of RGB (Red+Green+Blue) = 198+190+64=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE40 is #3941BF. Grayscale: #B2B2B2. Windows color (decimal): -3752384 or 4243142. OLE color: 4243142.
HSL color Cylindrical-coordinate representation of color #C6BE40: hue angle of 56.42º 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 #C6BE40 is Cyan = 0, Magento = 0.04, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 64 | - |
| CMYK | 0 | 0.04 | 0.68 | 0.22 |
| HSL | 56.42º | 0.54% | 0.51% | - |
| HSV(B) | 56.42º | 0.68% | 0.78% | - |
| XYZ | 42.63 | 49.2 | 12.1 | - |
| YUV | 178.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 64 | 0 | 0.04 | 0.68 | 0.22 | 56.42 | 0.54 | 0.51 |
| Hex | C6 | BE | 40 | 0 | 4 | 44 | 16 | 38 | 36 | 33 |
| Octal | 306 | 276 | 100 | 0 | 4 | 104 | 26 | 70 | 66 | 63 |
| Binary | 11000110 | 10111110 | 1000000 | 0 | 100 | 1000100 | 10110 | 111000 | 110110 | 110011 |
Color Harmonies of #C6BE40
Complementary color
Monochromatic Colors of #C6BE40
Black with #C6BE40
Text Example
Text Example
White with #C6BE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE40; }
p { color: rgb(198,190,64); }
H1.HeaderClassName
{
color: #C6BE40;
}
.AnyTagClassName
{
color: #C6BE40;
}
</style>
background-color css
<style>
a { background-color: #C6BE40; }
a { background-color: rgb(198,190,64); }
div.DivClassName
{
background-color: #C6BE40;
}
.BgClassName
{
background-color: #C6BE40;
}
</style>
border-color css
<style>
span { border-color: #C6BE40; }
span { border-color: rgb(198,190,64); }
td.TdClassName
{
border-color: #C6BE40;
}
.TagClassName
{
border-color: #C6BE40;
}
</style>