Shades of Old Gold #C6B735
Tints of Old Gold #C6B735
RGB
CMYK
RGB Variations
Color information
#C6B735 (or 0xC6B735) is known color: Old Gold. HEX triplet: C6, B7 and 35. RGB value is (198,183,53). Sum of RGB (Red+Green+Blue) = 198+183+53=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B735 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B735 is #3948CA. Grayscale: #ADADAD. Windows color (decimal): -3754187 or 3520454. OLE color: 3520454.
HSL color Cylindrical-coordinate representation of color #C6B735: hue angle of 53.79º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C6B735 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 53 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.22 |
| HSL | 53.79º | 0.58% | 0.49% | - |
| HSV(B) | 53.79º | 0.73% | 0.78% | - |
| XYZ | 40.86 | 46.13 | 10.12 | - |
| YUV | 172.67 | 60.47 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 53 | 0 | 0.08 | 0.73 | 0.22 | 53.79 | 0.58 | 0.49 |
| Hex | C6 | B7 | 35 | 0 | 8 | 49 | 16 | 36 | 3A | 31 |
| Octal | 306 | 267 | 65 | 0 | 10 | 111 | 26 | 66 | 72 | 61 |
| Binary | 11000110 | 10110111 | 110101 | 0 | 1000 | 1001001 | 10110 | 110110 | 111010 | 110001 |
Color Harmonies of #C6B735
Complementary color
Monochromatic Colors of #C6B735
Black with #C6B735
Text Example
Text Example
White with #C6B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B735; }
p { color: rgb(198,183,53); }
H1.HeaderClassName
{
color: #C6B735;
}
.AnyTagClassName
{
color: #C6B735;
}
</style>
background-color css
<style>
a { background-color: #C6B735; }
a { background-color: rgb(198,183,53); }
div.DivClassName
{
background-color: #C6B735;
}
.BgClassName
{
background-color: #C6B735;
}
</style>
border-color css
<style>
span { border-color: #C6B735; }
span { border-color: rgb(198,183,53); }
td.TdClassName
{
border-color: #C6B735;
}
.TagClassName
{
border-color: #C6B735;
}
</style>