Shades of Tussock #C69845
Tints of Tussock #C69845
RGB
CMYK
RGB Variations
Color information
#C69845 (or 0xC69845) is known color: Tussock. HEX triplet: C6, 98 and 45. RGB value is (198,152,69). Sum of RGB (Red+Green+Blue) = 198+152+69=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 152 (59.77% from 255 or 36.28% from 419); Blue value is 69 (27.34% from 255 or 16.47% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C69845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69845 is #3967BA. Grayscale: #9C9C9C. Windows color (decimal): -3762107 or 4561094. OLE color: 4561094.
HSL color Cylindrical-coordinate representation of color #C69845: hue angle of 38.6º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C69845 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 69 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.22 |
| HSL | 38.6º | 0.53% | 0.52% | - |
| HSV(B) | 38.6º | 0.65% | 0.78% | - |
| XYZ | 35.59 | 34.89 | 10.49 | - |
| YUV | 156.29 | 78.74 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 69 | 0 | 0.23 | 0.65 | 0.22 | 38.6 | 0.53 | 0.52 |
| Hex | C6 | 98 | 45 | 0 | 17 | 41 | 16 | 27 | 35 | 34 |
| Octal | 306 | 230 | 105 | 0 | 27 | 101 | 26 | 47 | 65 | 64 |
| Binary | 11000110 | 10011000 | 1000101 | 0 | 10111 | 1000001 | 10110 | 100111 | 110101 | 110100 |
Color Harmonies of #C69845
Complementary color
Monochromatic Colors of #C69845
Black with #C69845
Text Example
Text Example
White with #C69845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69845; }
p { color: rgb(198,152,69); }
H1.HeaderClassName
{
color: #C69845;
}
.AnyTagClassName
{
color: #C69845;
}
</style>
background-color css
<style>
a { background-color: #C69845; }
a { background-color: rgb(198,152,69); }
div.DivClassName
{
background-color: #C69845;
}
.BgClassName
{
background-color: #C69845;
}
</style>
border-color css
<style>
span { border-color: #C69845; }
span { border-color: rgb(198,152,69); }
td.TdClassName
{
border-color: #C69845;
}
.TagClassName
{
border-color: #C69845;
}
</style>