Shades of Tussock #C6984A
Tints of Tussock #C6984A
RGB
CMYK
RGB Variations
Color information
#C6984A (or 0xC6984A) is known color: Tussock. HEX triplet: C6, 98 and 4A. RGB value is (198,152,74). Sum of RGB (Red+Green+Blue) = 198+152+74=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6984A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6984A is #3967B5. Grayscale: #9D9D9D. Windows color (decimal): -3762102 or 4888774. OLE color: 4888774.
HSL color Cylindrical-coordinate representation of color #C6984A: hue angle of 37.74º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6984A is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 74 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.22 |
| HSL | 37.74º | 0.52% | 0.53% | - |
| HSV(B) | 37.74º | 0.63% | 0.78% | - |
| XYZ | 35.75 | 34.96 | 11.34 | - |
| YUV | 156.86 | 81.24 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 74 | 0 | 0.23 | 0.63 | 0.22 | 37.74 | 0.52 | 0.53 |
| Hex | C6 | 98 | 4A | 0 | 17 | 3F | 16 | 26 | 34 | 35 |
| Octal | 306 | 230 | 112 | 0 | 27 | 77 | 26 | 46 | 64 | 65 |
| Binary | 11000110 | 10011000 | 1001010 | 0 | 10111 | 111111 | 10110 | 100110 | 110100 | 110101 |
Color Harmonies of #C6984A
Complementary color
Monochromatic Colors of #C6984A
Black with #C6984A
Text Example
Text Example
White with #C6984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6984A; }
p { color: rgb(198,152,74); }
H1.HeaderClassName
{
color: #C6984A;
}
.AnyTagClassName
{
color: #C6984A;
}
</style>
background-color css
<style>
a { background-color: #C6984A; }
a { background-color: rgb(198,152,74); }
div.DivClassName
{
background-color: #C6984A;
}
.BgClassName
{
background-color: #C6984A;
}
</style>
border-color css
<style>
span { border-color: #C6984A; }
span { border-color: rgb(198,152,74); }
td.TdClassName
{
border-color: #C6984A;
}
.TagClassName
{
border-color: #C6984A;
}
</style>