Shades of Tussock #C69647
Tints of Tussock #C69647
RGB
CMYK
RGB Variations
Color information
#C69647 (or 0xC69647) is known color: Tussock. HEX triplet: C6, 96 and 47. RGB value is (198,150,71). Sum of RGB (Red+Green+Blue) = 198+150+71=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 71 (28.12% from 255 or 16.95% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C69647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69647 is #3969B8. Grayscale: #9B9B9B. Windows color (decimal): -3762617 or 4691654. OLE color: 4691654.
HSL color Cylindrical-coordinate representation of color #C69647: hue angle of 37.32º 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 #C69647 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 71 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.22 |
| HSL | 37.32º | 0.53% | 0.53% | - |
| HSV(B) | 37.32º | 0.64% | 0.78% | - |
| XYZ | 35.33 | 34.27 | 10.71 | - |
| YUV | 155.35 | 80.4 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 71 | 0 | 0.24 | 0.64 | 0.22 | 37.32 | 0.53 | 0.53 |
| Hex | C6 | 96 | 47 | 0 | 18 | 40 | 16 | 25 | 35 | 35 |
| Octal | 306 | 226 | 107 | 0 | 30 | 100 | 26 | 45 | 65 | 65 |
| Binary | 11000110 | 10010110 | 1000111 | 0 | 11000 | 1000000 | 10110 | 100101 | 110101 | 110101 |
Color Harmonies of #C69647
Complementary color
Monochromatic Colors of #C69647
Black with #C69647
Text Example
Text Example
White with #C69647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69647; }
p { color: rgb(198,150,71); }
H1.HeaderClassName
{
color: #C69647;
}
.AnyTagClassName
{
color: #C69647;
}
</style>
background-color css
<style>
a { background-color: #C69647; }
a { background-color: rgb(198,150,71); }
div.DivClassName
{
background-color: #C69647;
}
.BgClassName
{
background-color: #C69647;
}
</style>
border-color css
<style>
span { border-color: #C69647; }
span { border-color: rgb(198,150,71); }
td.TdClassName
{
border-color: #C69647;
}
.TagClassName
{
border-color: #C69647;
}
</style>