Shades of Tussock #C69247
Tints of Tussock #C69247
RGB
CMYK
RGB Variations
Color information
#C69247 (or 0xC69247) is known color: Tussock. HEX triplet: C6, 92 and 47. RGB value is (198,146,71). Sum of RGB (Red+Green+Blue) = 198+146+71=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 71 (28.12% from 255 or 17.11% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C69247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69247 is #396DB8. Grayscale: #999999. Windows color (decimal): -3763641 or 4690630. OLE color: 4690630.
HSL color Cylindrical-coordinate representation of color #C69247: hue angle of 35.43º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C69247 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 71 | - |
| CMYK | 0 | 0.26 | 0.64 | 0.22 |
| HSL | 35.43º | 0.53% | 0.53% | - |
| HSV(B) | 35.43º | 0.64% | 0.78% | - |
| XYZ | 34.7 | 33.02 | 10.51 | - |
| YUV | 153 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 71 | 0 | 0.26 | 0.64 | 0.22 | 35.43 | 0.53 | 0.53 |
| Hex | C6 | 92 | 47 | 0 | 1A | 40 | 16 | 23 | 35 | 35 |
| Octal | 306 | 222 | 107 | 0 | 32 | 100 | 26 | 43 | 65 | 65 |
| Binary | 11000110 | 10010010 | 1000111 | 0 | 11010 | 1000000 | 10110 | 100011 | 110101 | 110101 |
Color Harmonies of #C69247
Complementary color
Monochromatic Colors of #C69247
Black with #C69247
Text Example
Text Example
White with #C69247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69247; }
p { color: rgb(198,146,71); }
H1.HeaderClassName
{
color: #C69247;
}
.AnyTagClassName
{
color: #C69247;
}
</style>
background-color css
<style>
a { background-color: #C69247; }
a { background-color: rgb(198,146,71); }
div.DivClassName
{
background-color: #C69247;
}
.BgClassName
{
background-color: #C69247;
}
</style>
border-color css
<style>
span { border-color: #C69247; }
span { border-color: rgb(198,146,71); }
td.TdClassName
{
border-color: #C69247;
}
.TagClassName
{
border-color: #C69247;
}
</style>