Shades of Old Gold #C6B143
Tints of Old Gold #C6B143
RGB
CMYK
RGB Variations
Color information
#C6B143 (or 0xC6B143) is known color: Old Gold. HEX triplet: C6, B1 and 43. RGB value is (198,177,67). Sum of RGB (Red+Green+Blue) = 198+177+67=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 67 (26.56% from 255 or 15.16% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6B143 is #394EBC. Grayscale: #ABABAB. Windows color (decimal): -3755709 or 4436422. OLE color: 4436422.
HSL color Cylindrical-coordinate representation of color #C6B143: hue angle of 50.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C6B143 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 177 | 67 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.22 |
| HSL | 50.38º | 0.53% | 0.52% | - |
| HSV(B) | 50.38º | 0.66% | 0.78% | - |
| XYZ | 40.02 | 43.86 | 11.67 | - |
| YUV | 170.74 | 69.46 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 177 | 67 | 0 | 0.11 | 0.66 | 0.22 | 50.38 | 0.53 | 0.52 |
| Hex | C6 | B1 | 43 | 0 | B | 42 | 16 | 32 | 35 | 34 |
| Octal | 306 | 261 | 103 | 0 | 13 | 102 | 26 | 62 | 65 | 64 |
| Binary | 11000110 | 10110001 | 1000011 | 0 | 1011 | 1000010 | 10110 | 110010 | 110101 | 110100 |
Color Harmonies of #C6B143
Complementary color
Monochromatic Colors of #C6B143
Black with #C6B143
Text Example
Text Example
White with #C6B143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B143; }
p { color: rgb(198,177,67); }
H1.HeaderClassName
{
color: #C6B143;
}
.AnyTagClassName
{
color: #C6B143;
}
</style>
background-color css
<style>
a { background-color: #C6B143; }
a { background-color: rgb(198,177,67); }
div.DivClassName
{
background-color: #C6B143;
}
.BgClassName
{
background-color: #C6B143;
}
</style>
border-color css
<style>
span { border-color: #C6B143; }
span { border-color: rgb(198,177,67); }
td.TdClassName
{
border-color: #C6B143;
}
.TagClassName
{
border-color: #C6B143;
}
</style>