Shades of Tussock #C69D49
Tints of Tussock #C69D49
RGB
CMYK
RGB Variations
Color information
#C69D49 (or 0xC69D49) is known color: Tussock. HEX triplet: C6, 9D and 49. RGB value is (198,157,73). Sum of RGB (Red+Green+Blue) = 198+157+73=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 73 (28.91% from 255 or 17.06% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D49 is #3962B6. Grayscale: #A0A0A0. Windows color (decimal): -3760823 or 4824518. OLE color: 4824518.
HSL color Cylindrical-coordinate representation of color #C69D49: hue angle of 40.32º 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 #C69D49 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 73 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.22 |
| HSL | 40.32º | 0.52% | 0.53% | - |
| HSV(B) | 40.32º | 0.63% | 0.78% | - |
| XYZ | 36.55 | 36.6 | 11.44 | - |
| YUV | 159.68 | 79.08 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 73 | 0 | 0.21 | 0.63 | 0.22 | 40.32 | 0.52 | 0.53 |
| Hex | C6 | 9D | 49 | 0 | 15 | 3F | 16 | 28 | 34 | 35 |
| Octal | 306 | 235 | 111 | 0 | 25 | 77 | 26 | 50 | 64 | 65 |
| Binary | 11000110 | 10011101 | 1001001 | 0 | 10101 | 111111 | 10110 | 101000 | 110100 | 110101 |
Color Harmonies of #C69D49
Complementary color
Monochromatic Colors of #C69D49
Black with #C69D49
Text Example
Text Example
White with #C69D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D49; }
p { color: rgb(198,157,73); }
H1.HeaderClassName
{
color: #C69D49;
}
.AnyTagClassName
{
color: #C69D49;
}
</style>
background-color css
<style>
a { background-color: #C69D49; }
a { background-color: rgb(198,157,73); }
div.DivClassName
{
background-color: #C69D49;
}
.BgClassName
{
background-color: #C69D49;
}
</style>
border-color css
<style>
span { border-color: #C69D49; }
span { border-color: rgb(198,157,73); }
td.TdClassName
{
border-color: #C69D49;
}
.TagClassName
{
border-color: #C69D49;
}
</style>