Shades of Tussock #C69D4C
Tints of Tussock #C69D4C
RGB
CMYK
RGB Variations
Color information
#C69D4C (or 0xC69D4C) is known color: Tussock. HEX triplet: C6, 9D and 4C. RGB value is (198,157,76). Sum of RGB (Red+Green+Blue) = 198+157+76=431 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.94% from 431); Green value is 157 (61.72% from 255 or 36.43% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D4C is #3962B3. Grayscale: #A0A0A0. Windows color (decimal): -3760820 or 5021126. OLE color: 5021126.
HSL color Cylindrical-coordinate representation of color #C69D4C: hue angle of 39.84º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C69D4C is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 76 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.22 |
| HSL | 39.84º | 0.52% | 0.54% | - |
| HSV(B) | 39.84º | 0.62% | 0.78% | - |
| XYZ | 36.65 | 36.64 | 11.98 | - |
| YUV | 160.03 | 80.58 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 76 | 0 | 0.21 | 0.62 | 0.22 | 39.84 | 0.52 | 0.54 |
| Hex | C6 | 9D | 4C | 0 | 15 | 3E | 16 | 28 | 34 | 36 |
| Octal | 306 | 235 | 114 | 0 | 25 | 76 | 26 | 50 | 64 | 66 |
| Binary | 11000110 | 10011101 | 1001100 | 0 | 10101 | 111110 | 10110 | 101000 | 110100 | 110110 |
Color Harmonies of #C69D4C
Complementary color
Monochromatic Colors of #C69D4C
Black with #C69D4C
Text Example
Text Example
White with #C69D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D4C; }
p { color: rgb(198,157,76); }
H1.HeaderClassName
{
color: #C69D4C;
}
.AnyTagClassName
{
color: #C69D4C;
}
</style>
background-color css
<style>
a { background-color: #C69D4C; }
a { background-color: rgb(198,157,76); }
div.DivClassName
{
background-color: #C69D4C;
}
.BgClassName
{
background-color: #C69D4C;
}
</style>
border-color css
<style>
span { border-color: #C69D4C; }
span { border-color: rgb(198,157,76); }
td.TdClassName
{
border-color: #C69D4C;
}
.TagClassName
{
border-color: #C69D4C;
}
</style>