Shades of Tacha #C6BA5D
Tints of Tacha #C6BA5D
RGB
CMYK
RGB Variations
Color information
#C6BA5D (or 0xC6BA5D) is known color: Tacha. HEX triplet: C6, BA and 5D. RGB value is (198,186,93). Sum of RGB (Red+Green+Blue) = 198+186+93=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6BA5D is #3945A2. Grayscale: #B3B3B3. Windows color (decimal): -3753379 or 6142662. OLE color: 6142662.
HSL color Cylindrical-coordinate representation of color #C6BA5D: hue angle of 53.14º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6BA5D is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 93 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.22 |
| HSL | 53.14º | 0.48% | 0.57% | - |
| HSV(B) | 53.14º | 0.53% | 0.78% | - |
| XYZ | 42.82 | 47.91 | 17.35 | - |
| YUV | 178.99 | 79.48 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 93 | 0 | 0.06 | 0.53 | 0.22 | 53.14 | 0.48 | 0.57 |
| Hex | C6 | BA | 5D | 0 | 6 | 35 | 16 | 35 | 30 | 39 |
| Octal | 306 | 272 | 135 | 0 | 6 | 65 | 26 | 65 | 60 | 71 |
| Binary | 11000110 | 10111010 | 1011101 | 0 | 110 | 110101 | 10110 | 110101 | 110000 | 111001 |
Color Harmonies of #C6BA5D
Complementary color
Monochromatic Colors of #C6BA5D
Black with #C6BA5D
Text Example
Text Example
White with #C6BA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA5D; }
p { color: rgb(198,186,93); }
H1.HeaderClassName
{
color: #C6BA5D;
}
.AnyTagClassName
{
color: #C6BA5D;
}
</style>
background-color css
<style>
a { background-color: #C6BA5D; }
a { background-color: rgb(198,186,93); }
div.DivClassName
{
background-color: #C6BA5D;
}
.BgClassName
{
background-color: #C6BA5D;
}
</style>
border-color css
<style>
span { border-color: #C6BA5D; }
span { border-color: rgb(198,186,93); }
td.TdClassName
{
border-color: #C6BA5D;
}
.TagClassName
{
border-color: #C6BA5D;
}
</style>