Shades of Tacha #C6B759
Tints of Tacha #C6B759
RGB
CMYK
RGB Variations
Color information
#C6B759 (or 0xC6B759) is known color: Tacha. HEX triplet: C6, B7 and 59. RGB value is (198,183,89). Sum of RGB (Red+Green+Blue) = 198+183+89=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 183 (71.88% from 255 or 38.94% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B759 is #3948A6. Grayscale: #B1B1B1. Windows color (decimal): -3754151 or 5879750. OLE color: 5879750.
HSL color Cylindrical-coordinate representation of color #C6B759: hue angle of 51.74º 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 #C6B759 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 183 | 89 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.22 |
| HSL | 51.74º | 0.49% | 0.56% | - |
| HSV(B) | 51.74º | 0.55% | 0.78% | - |
| XYZ | 42.03 | 46.59 | 16.23 | - |
| YUV | 176.77 | 78.47 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 183 | 89 | 0 | 0.08 | 0.55 | 0.22 | 51.74 | 0.49 | 0.56 |
| Hex | C6 | B7 | 59 | 0 | 8 | 37 | 16 | 34 | 31 | 38 |
| Octal | 306 | 267 | 131 | 0 | 10 | 67 | 26 | 64 | 61 | 70 |
| Binary | 11000110 | 10110111 | 1011001 | 0 | 1000 | 110111 | 10110 | 110100 | 110001 | 111000 |
Color Harmonies of #C6B759
Complementary color
Monochromatic Colors of #C6B759
Black with #C6B759
Text Example
Text Example
White with #C6B759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B759; }
p { color: rgb(198,183,89); }
H1.HeaderClassName
{
color: #C6B759;
}
.AnyTagClassName
{
color: #C6B759;
}
</style>
background-color css
<style>
a { background-color: #C6B759; }
a { background-color: rgb(198,183,89); }
div.DivClassName
{
background-color: #C6B759;
}
.BgClassName
{
background-color: #C6B759;
}
</style>
border-color css
<style>
span { border-color: #C6B759; }
span { border-color: rgb(198,183,89); }
td.TdClassName
{
border-color: #C6B759;
}
.TagClassName
{
border-color: #C6B759;
}
</style>