Shades of Old Gold #C6B736
Tints of Old Gold #C6B736
RGB
CMYK
RGB Variations
Color information
#C6B736 (or 0xC6B736) is known color: Old Gold. HEX triplet: C6, B7 and 36. RGB value is (198,183,54). Sum of RGB (Red+Green+Blue) = 198+183+54=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6B736 is #3948C9. Grayscale: #ADADAD. Windows color (decimal): -3754186 or 3585990. OLE color: 3585990.
HSL color Cylindrical-coordinate representation of color #C6B736: hue angle of 53.75º degrees, saturation: 0.57, 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 #C6B736 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 54 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.22 |
| HSL | 53.75º | 0.57% | 0.49% | - |
| HSV(B) | 53.75º | 0.73% | 0.78% | - |
| XYZ | 40.89 | 46.14 | 10.24 | - |
| YUV | 172.78 | 60.97 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 54 | 0 | 0.08 | 0.73 | 0.22 | 53.75 | 0.57 | 0.49 |
| Hex | C6 | B7 | 36 | 0 | 8 | 49 | 16 | 36 | 39 | 31 |
| Octal | 306 | 267 | 66 | 0 | 10 | 111 | 26 | 66 | 71 | 61 |
| Binary | 11000110 | 10110111 | 110110 | 0 | 1000 | 1001001 | 10110 | 110110 | 111001 | 110001 |
Color Harmonies of #C6B736
Complementary color
Monochromatic Colors of #C6B736
Black with #C6B736
Text Example
Text Example
White with #C6B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B736; }
p { color: rgb(198,183,54); }
H1.HeaderClassName
{
color: #C6B736;
}
.AnyTagClassName
{
color: #C6B736;
}
</style>
background-color css
<style>
a { background-color: #C6B736; }
a { background-color: rgb(198,183,54); }
div.DivClassName
{
background-color: #C6B736;
}
.BgClassName
{
background-color: #C6B736;
}
</style>
border-color css
<style>
span { border-color: #C6B736; }
span { border-color: rgb(198,183,54); }
td.TdClassName
{
border-color: #C6B736;
}
.TagClassName
{
border-color: #C6B736;
}
</style>