Shades of Tussock #C69D4F
Tints of Tussock #C69D4F
RGB
CMYK
RGB Variations
Color information
#C69D4F (or 0xC69D4F) is known color: Tussock. HEX triplet: C6, 9D and 4F. RGB value is (198,157,79). Sum of RGB (Red+Green+Blue) = 198+157+79=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 79 (31.25% from 255 or 18.20% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D4F is #3962B0. Grayscale: #A0A0A0. Windows color (decimal): -3760817 or 5217734. OLE color: 5217734.
HSL color Cylindrical-coordinate representation of color #C69D4F: hue angle of 39.33º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C69D4F is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 79 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.22 |
| HSL | 39.33º | 0.51% | 0.54% | - |
| HSV(B) | 39.33º | 0.6% | 0.78% | - |
| XYZ | 36.76 | 36.68 | 12.54 | - |
| YUV | 160.37 | 82.08 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 79 | 0 | 0.21 | 0.60 | 0.22 | 39.33 | 0.51 | 0.54 |
| Hex | C6 | 9D | 4F | 0 | 15 | 3C | 16 | 27 | 33 | 36 |
| Octal | 306 | 235 | 117 | 0 | 25 | 74 | 26 | 47 | 63 | 66 |
| Binary | 11000110 | 10011101 | 1001111 | 0 | 10101 | 111100 | 10110 | 100111 | 110011 | 110110 |
Color Harmonies of #C69D4F
Complementary color
Monochromatic Colors of #C69D4F
Black with #C69D4F
Text Example
Text Example
White with #C69D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D4F; }
p { color: rgb(198,157,79); }
H1.HeaderClassName
{
color: #C69D4F;
}
.AnyTagClassName
{
color: #C69D4F;
}
</style>
background-color css
<style>
a { background-color: #C69D4F; }
a { background-color: rgb(198,157,79); }
div.DivClassName
{
background-color: #C69D4F;
}
.BgClassName
{
background-color: #C69D4F;
}
</style>
border-color css
<style>
span { border-color: #C69D4F; }
span { border-color: rgb(198,157,79); }
td.TdClassName
{
border-color: #C69D4F;
}
.TagClassName
{
border-color: #C69D4F;
}
</style>