Shades of Tacha #C6B659
Tints of Tacha #C6B659
RGB
CMYK
RGB Variations
Color information
#C6B659 (or 0xC6B659) is known color: Tacha. HEX triplet: C6, B6 and 59. RGB value is (198,182,89). Sum of RGB (Red+Green+Blue) = 198+182+89=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 182 (71.48% from 255 or 38.81% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B659 is #3949A6. Grayscale: #B0B0B0. Windows color (decimal): -3754407 or 5879494. OLE color: 5879494.
HSL color Cylindrical-coordinate representation of color #C6B659: hue angle of 51.19º 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 #C6B659 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 89 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.22 |
| HSL | 51.19º | 0.49% | 0.56% | - |
| HSV(B) | 51.19º | 0.55% | 0.78% | - |
| XYZ | 41.82 | 46.18 | 16.16 | - |
| YUV | 176.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 89 | 0 | 0.08 | 0.55 | 0.22 | 51.19 | 0.49 | 0.56 |
| Hex | C6 | B6 | 59 | 0 | 8 | 37 | 16 | 33 | 31 | 38 |
| Octal | 306 | 266 | 131 | 0 | 10 | 67 | 26 | 63 | 61 | 70 |
| Binary | 11000110 | 10110110 | 1011001 | 0 | 1000 | 110111 | 10110 | 110011 | 110001 | 111000 |
Color Harmonies of #C6B659
Complementary color
Monochromatic Colors of #C6B659
Black with #C6B659
Text Example
Text Example
White with #C6B659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B659; }
p { color: rgb(198,182,89); }
H1.HeaderClassName
{
color: #C6B659;
}
.AnyTagClassName
{
color: #C6B659;
}
</style>
background-color css
<style>
a { background-color: #C6B659; }
a { background-color: rgb(198,182,89); }
div.DivClassName
{
background-color: #C6B659;
}
.BgClassName
{
background-color: #C6B659;
}
</style>
border-color css
<style>
span { border-color: #C6B659; }
span { border-color: rgb(198,182,89); }
td.TdClassName
{
border-color: #C6B659;
}
.TagClassName
{
border-color: #C6B659;
}
</style>