Shades of Old Gold #C6BE3C
Tints of Old Gold #C6BE3C
RGB
CMYK
RGB Variations
Color information
#C6BE3C (or 0xC6BE3C) is known color: Old Gold. HEX triplet: C6, BE and 3C. RGB value is (198,190,60). Sum of RGB (Red+Green+Blue) = 198+190+60=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 60 (23.83% from 255 or 13.39% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BE3C is #3941C3. Grayscale: #B2B2B2. Windows color (decimal): -3752388 or 3980998. OLE color: 3980998.
HSL color Cylindrical-coordinate representation of color #C6BE3C: hue angle of 56.52º 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 #C6BE3C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 190 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.22 |
| HSL | 56.52º | 0.55% | 0.51% | - |
| HSV(B) | 56.52º | 0.7% | 0.78% | - |
| XYZ | 42.52 | 49.16 | 11.52 | - |
| YUV | 177.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 190 | 60 | 0 | 0.04 | 0.70 | 0.22 | 56.52 | 0.55 | 0.51 |
| Hex | C6 | BE | 3C | 0 | 4 | 46 | 16 | 39 | 37 | 33 |
| Octal | 306 | 276 | 74 | 0 | 4 | 106 | 26 | 71 | 67 | 63 |
| Binary | 11000110 | 10111110 | 111100 | 0 | 100 | 1000110 | 10110 | 111001 | 110111 | 110011 |
Color Harmonies of #C6BE3C
Complementary color
Monochromatic Colors of #C6BE3C
Black with #C6BE3C
Text Example
Text Example
White with #C6BE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BE3C; }
p { color: rgb(198,190,60); }
H1.HeaderClassName
{
color: #C6BE3C;
}
.AnyTagClassName
{
color: #C6BE3C;
}
</style>
background-color css
<style>
a { background-color: #C6BE3C; }
a { background-color: rgb(198,190,60); }
div.DivClassName
{
background-color: #C6BE3C;
}
.BgClassName
{
background-color: #C6BE3C;
}
</style>
border-color css
<style>
span { border-color: #C6BE3C; }
span { border-color: rgb(198,190,60); }
td.TdClassName
{
border-color: #C6BE3C;
}
.TagClassName
{
border-color: #C6BE3C;
}
</style>