Shades of Tacha #C6B959
Tints of Tacha #C6B959
RGB
CMYK
RGB Variations
Color information
#C6B959 (or 0xC6B959) is known color: Tacha. HEX triplet: C6, B9 and 59. RGB value is (198,185,89). Sum of RGB (Red+Green+Blue) = 198+185+89=472 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.95% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 89 (35.16% from 255 or 18.86% from 472); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B959 is #3946A6. Grayscale: #B2B2B2. Windows color (decimal): -3753639 or 5880262. OLE color: 5880262.
HSL color Cylindrical-coordinate representation of color #C6B959: hue angle of 52.84º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6B959 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 185 | 89 | - |
| CMYK | 0 | 0.07 | 0.55 | 0.22 |
| HSL | 52.84º | 0.49% | 0.56% | - |
| HSV(B) | 52.84º | 0.55% | 0.78% | - |
| XYZ | 42.44 | 47.42 | 16.37 | - |
| YUV | 177.94 | 77.81 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 185 | 89 | 0 | 0.07 | 0.55 | 0.22 | 52.84 | 0.49 | 0.56 |
| Hex | C6 | B9 | 59 | 0 | 7 | 37 | 16 | 35 | 31 | 38 |
| Octal | 306 | 271 | 131 | 0 | 7 | 67 | 26 | 65 | 61 | 70 |
| Binary | 11000110 | 10111001 | 1011001 | 0 | 111 | 110111 | 10110 | 110101 | 110001 | 111000 |
Color Harmonies of #C6B959
Complementary color
Monochromatic Colors of #C6B959
Black with #C6B959
Text Example
Text Example
White with #C6B959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B959; }
p { color: rgb(198,185,89); }
H1.HeaderClassName
{
color: #C6B959;
}
.AnyTagClassName
{
color: #C6B959;
}
</style>
background-color css
<style>
a { background-color: #C6B959; }
a { background-color: rgb(198,185,89); }
div.DivClassName
{
background-color: #C6B959;
}
.BgClassName
{
background-color: #C6B959;
}
</style>
border-color css
<style>
span { border-color: #C6B959; }
span { border-color: rgb(198,185,89); }
td.TdClassName
{
border-color: #C6B959;
}
.TagClassName
{
border-color: #C6B959;
}
</style>