Shades of Tacha #C6B460
Tints of Tacha #C6B460
RGB
CMYK
RGB Variations
Color information
#C6B460 (or 0xC6B460) is known color: Tacha. HEX triplet: C6, B4 and 60. RGB value is (198,180,96). Sum of RGB (Red+Green+Blue) = 198+180+96=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C6B460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6B460 is #394B9F. Grayscale: #B0B0B0. Windows color (decimal): -3754912 or 6337734. OLE color: 6337734.
HSL color Cylindrical-coordinate representation of color #C6B460: hue angle of 49.41º 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 #C6B460 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 180 | 96 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.22 |
| HSL | 49.41º | 0.47% | 0.58% | - |
| HSV(B) | 49.41º | 0.52% | 0.78% | - |
| XYZ | 41.72 | 45.49 | 17.65 | - |
| YUV | 175.81 | 82.96 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 180 | 96 | 0 | 0.09 | 0.52 | 0.22 | 49.41 | 0.47 | 0.58 |
| Hex | C6 | B4 | 60 | 0 | 9 | 34 | 16 | 31 | 2F | 3A |
| Octal | 306 | 264 | 140 | 0 | 11 | 64 | 26 | 61 | 57 | 72 |
| Binary | 11000110 | 10110100 | 1100000 | 0 | 1001 | 110100 | 10110 | 110001 | 101111 | 111010 |
Color Harmonies of #C6B460
Complementary color
Monochromatic Colors of #C6B460
Black with #C6B460
Text Example
Text Example
White with #C6B460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6B460; }
p { color: rgb(198,180,96); }
H1.HeaderClassName
{
color: #C6B460;
}
.AnyTagClassName
{
color: #C6B460;
}
</style>
background-color css
<style>
a { background-color: #C6B460; }
a { background-color: rgb(198,180,96); }
div.DivClassName
{
background-color: #C6B460;
}
.BgClassName
{
background-color: #C6B460;
}
</style>
border-color css
<style>
span { border-color: #C6B460; }
span { border-color: rgb(198,180,96); }
td.TdClassName
{
border-color: #C6B460;
}
.TagClassName
{
border-color: #C6B460;
}
</style>