Shades of Buddha Gold #C6A706
Tints of Buddha Gold #C6A706
RGB
CMYK
RGB Variations
Color information
#C6A706 (or 0xC6A706) is known color: Buddha Gold. HEX triplet: C6, A7 and 06. RGB value is (198,167,6). Sum of RGB (Red+Green+Blue) = 198+167+6=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 167 (65.62% from 255 or 45.01% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C6A706 is #3958F9. Grayscale: #9E9E9E. Windows color (decimal): -3758330 or 436166. OLE color: 436166.
HSL color Cylindrical-coordinate representation of color #C6A706: hue angle of 50.31º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C6A706 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 167 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.22 |
| HSL | 50.31º | 0.94% | 0.4% | - |
| HSV(B) | 50.31º | 0.97% | 0.78% | - |
| XYZ | 37.14 | 39.66 | 5.87 | - |
| YUV | 157.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 167 | 6 | 0 | 0.16 | 0.97 | 0.22 | 50.31 | 0.94 | 0.4 |
| Hex | C6 | A7 | 6 | 0 | 10 | 61 | 16 | 32 | 5E | 28 |
| Octal | 306 | 247 | 6 | 0 | 20 | 141 | 26 | 62 | 136 | 50 |
| Binary | 11000110 | 10100111 | 110 | 0 | 10000 | 1100001 | 10110 | 110010 | 1011110 | 101000 |
Color Harmonies of #C6A706
Complementary color
Monochromatic Colors of #C6A706
Black with #C6A706
Text Example
Text Example
White with #C6A706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A706; }
p { color: rgb(198,167,6); }
H1.HeaderClassName
{
color: #C6A706;
}
.AnyTagClassName
{
color: #C6A706;
}
</style>
background-color css
<style>
a { background-color: #C6A706; }
a { background-color: rgb(198,167,6); }
div.DivClassName
{
background-color: #C6A706;
}
.BgClassName
{
background-color: #C6A706;
}
</style>
border-color css
<style>
span { border-color: #C6A706; }
span { border-color: rgb(198,167,6); }
td.TdClassName
{
border-color: #C6A706;
}
.TagClassName
{
border-color: #C6A706;
}
</style>