Shades of Tacha #C6B856
Tints of Tacha #C6B856
RGB
CMYK
RGB Variations
Color information
#C6B856 (or 0xC6B856) is known color: Tacha. HEX triplet: C6, B8 and 56. RGB value is (198,184,86). Sum of RGB (Red+Green+Blue) = 198+184+86=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 86 (33.98% from 255 or 18.38% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B856 is #3947A9. Grayscale: #B1B1B1. Windows color (decimal): -3753898 or 5683398. OLE color: 5683398.
HSL color Cylindrical-coordinate representation of color #C6B856: hue angle of 52.5º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C6B856 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 184 | 86 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.22 |
| HSL | 52.5º | 0.5% | 0.56% | - |
| HSV(B) | 52.5º | 0.57% | 0.78% | - |
| XYZ | 42.11 | 46.96 | 15.65 | - |
| YUV | 177.01 | 76.64 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 184 | 86 | 0 | 0.07 | 0.57 | 0.22 | 52.5 | 0.5 | 0.56 |
| Hex | C6 | B8 | 56 | 0 | 7 | 39 | 16 | 34 | 32 | 38 |
| Octal | 306 | 270 | 126 | 0 | 7 | 71 | 26 | 64 | 62 | 70 |
| Binary | 11000110 | 10111000 | 1010110 | 0 | 111 | 111001 | 10110 | 110100 | 110010 | 111000 |
Color Harmonies of #C6B856
Complementary color
Monochromatic Colors of #C6B856
Black with #C6B856
Text Example
Text Example
White with #C6B856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B856; }
p { color: rgb(198,184,86); }
H1.HeaderClassName
{
color: #C6B856;
}
.AnyTagClassName
{
color: #C6B856;
}
</style>
background-color css
<style>
a { background-color: #C6B856; }
a { background-color: rgb(198,184,86); }
div.DivClassName
{
background-color: #C6B856;
}
.BgClassName
{
background-color: #C6B856;
}
</style>
border-color css
<style>
span { border-color: #C6B856; }
span { border-color: rgb(198,184,86); }
td.TdClassName
{
border-color: #C6B856;
}
.TagClassName
{
border-color: #C6B856;
}
</style>