Shades of Tussock #C69C47
Tints of Tussock #C69C47
RGB
CMYK
RGB Variations
Color information
#C69C47 (or 0xC69C47) is known color: Tussock. HEX triplet: C6, 9C and 47. RGB value is (198,156,71). Sum of RGB (Red+Green+Blue) = 198+156+71=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 71 (28.12% from 255 or 16.71% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C47 is #3963B8. Grayscale: #9F9F9F. Windows color (decimal): -3761081 or 4693190. OLE color: 4693190.
HSL color Cylindrical-coordinate representation of color #C69C47: hue angle of 40.16º 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 #C69C47 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 71 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.22 |
| HSL | 40.16º | 0.53% | 0.53% | - |
| HSV(B) | 40.16º | 0.64% | 0.78% | - |
| XYZ | 36.31 | 36.24 | 11.04 | - |
| YUV | 158.87 | 78.41 | 155.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 71 | 0 | 0.21 | 0.64 | 0.22 | 40.16 | 0.53 | 0.53 |
| Hex | C6 | 9C | 47 | 0 | 15 | 40 | 16 | 28 | 35 | 35 |
| Octal | 306 | 234 | 107 | 0 | 25 | 100 | 26 | 50 | 65 | 65 |
| Binary | 11000110 | 10011100 | 1000111 | 0 | 10101 | 1000000 | 10110 | 101000 | 110101 | 110101 |
Color Harmonies of #C69C47
Complementary color
Monochromatic Colors of #C69C47
Black with #C69C47
Text Example
Text Example
White with #C69C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C47; }
p { color: rgb(198,156,71); }
H1.HeaderClassName
{
color: #C69C47;
}
.AnyTagClassName
{
color: #C69C47;
}
</style>
background-color css
<style>
a { background-color: #C69C47; }
a { background-color: rgb(198,156,71); }
div.DivClassName
{
background-color: #C69C47;
}
.BgClassName
{
background-color: #C69C47;
}
</style>
border-color css
<style>
span { border-color: #C69C47; }
span { border-color: rgb(198,156,71); }
td.TdClassName
{
border-color: #C69C47;
}
.TagClassName
{
border-color: #C69C47;
}
</style>