Shades of Tussock #C69749
Tints of Tussock #C69749
RGB
CMYK
RGB Variations
Color information
#C69749 (or 0xC69749) is known color: Tussock. HEX triplet: C6, 97 and 49. RGB value is (198,151,73). Sum of RGB (Red+Green+Blue) = 198+151+73=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C69749 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69749 is #3968B6. Grayscale: #9C9C9C. Windows color (decimal): -3762359 or 4822982. OLE color: 4822982.
HSL color Cylindrical-coordinate representation of color #C69749: hue angle of 37.44º 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 #C69749 is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 73 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.22 |
| HSL | 37.44º | 0.52% | 0.53% | - |
| HSV(B) | 37.44º | 0.63% | 0.78% | - |
| XYZ | 35.56 | 34.62 | 11.11 | - |
| YUV | 156.16 | 81.07 | 157.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 73 | 0 | 0.24 | 0.63 | 0.22 | 37.44 | 0.52 | 0.53 |
| Hex | C6 | 97 | 49 | 0 | 18 | 3F | 16 | 25 | 34 | 35 |
| Octal | 306 | 227 | 111 | 0 | 30 | 77 | 26 | 45 | 64 | 65 |
| Binary | 11000110 | 10010111 | 1001001 | 0 | 11000 | 111111 | 10110 | 100101 | 110100 | 110101 |
Color Harmonies of #C69749
Complementary color
Monochromatic Colors of #C69749
Black with #C69749
Text Example
Text Example
White with #C69749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69749; }
p { color: rgb(198,151,73); }
H1.HeaderClassName
{
color: #C69749;
}
.AnyTagClassName
{
color: #C69749;
}
</style>
background-color css
<style>
a { background-color: #C69749; }
a { background-color: rgb(198,151,73); }
div.DivClassName
{
background-color: #C69749;
}
.BgClassName
{
background-color: #C69749;
}
</style>
border-color css
<style>
span { border-color: #C69749; }
span { border-color: rgb(198,151,73); }
td.TdClassName
{
border-color: #C69749;
}
.TagClassName
{
border-color: #C69749;
}
</style>