Shades of Tacha #C6B660
Tints of Tacha #C6B660
RGB
CMYK
RGB Variations
Color information
#C6B660 (or 0xC6B660) is known color: Tacha. HEX triplet: C6, B6 and 60. RGB value is (198,182,96). Sum of RGB (Red+Green+Blue) = 198+182+96=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B660 is #39499F. Grayscale: #B1B1B1. Windows color (decimal): -3754400 or 6338246. OLE color: 6338246.
HSL color Cylindrical-coordinate representation of color #C6B660: hue angle of 50.59º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6B660 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 182 | 96 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.22 |
| HSL | 50.59º | 0.47% | 0.58% | - |
| HSV(B) | 50.59º | 0.52% | 0.78% | - |
| XYZ | 42.13 | 46.31 | 17.78 | - |
| YUV | 176.98 | 82.3 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 182 | 96 | 0 | 0.08 | 0.52 | 0.22 | 50.59 | 0.47 | 0.58 |
| Hex | C6 | B6 | 60 | 0 | 8 | 34 | 16 | 33 | 2F | 3A |
| Octal | 306 | 266 | 140 | 0 | 10 | 64 | 26 | 63 | 57 | 72 |
| Binary | 11000110 | 10110110 | 1100000 | 0 | 1000 | 110100 | 10110 | 110011 | 101111 | 111010 |
Color Harmonies of #C6B660
Complementary color
Monochromatic Colors of #C6B660
Black with #C6B660
Text Example
Text Example
White with #C6B660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B660; }
p { color: rgb(198,182,96); }
H1.HeaderClassName
{
color: #C6B660;
}
.AnyTagClassName
{
color: #C6B660;
}
</style>
background-color css
<style>
a { background-color: #C6B660; }
a { background-color: rgb(198,182,96); }
div.DivClassName
{
background-color: #C6B660;
}
.BgClassName
{
background-color: #C6B660;
}
</style>
border-color css
<style>
span { border-color: #C6B660; }
span { border-color: rgb(198,182,96); }
td.TdClassName
{
border-color: #C6B660;
}
.TagClassName
{
border-color: #C6B660;
}
</style>