Shades of Tussock #C69D4A
Tints of Tussock #C69D4A
RGB
CMYK
RGB Variations
Color information
#C69D4A (or 0xC69D4A) is known color: Tussock. HEX triplet: C6, 9D and 4A. RGB value is (198,157,74). Sum of RGB (Red+Green+Blue) = 198+157+74=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 74 (29.30% from 255 or 17.25% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D4A is #3962B5. Grayscale: #A0A0A0. Windows color (decimal): -3760822 or 4890054. OLE color: 4890054.
HSL color Cylindrical-coordinate representation of color #C69D4A: hue angle of 40.16º 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 #C69D4A is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 74 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.22 |
| HSL | 40.16º | 0.52% | 0.53% | - |
| HSV(B) | 40.16º | 0.63% | 0.78% | - |
| XYZ | 36.58 | 36.61 | 11.62 | - |
| YUV | 159.8 | 79.58 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 74 | 0 | 0.21 | 0.63 | 0.22 | 40.16 | 0.52 | 0.53 |
| Hex | C6 | 9D | 4A | 0 | 15 | 3F | 16 | 28 | 34 | 35 |
| Octal | 306 | 235 | 112 | 0 | 25 | 77 | 26 | 50 | 64 | 65 |
| Binary | 11000110 | 10011101 | 1001010 | 0 | 10101 | 111111 | 10110 | 101000 | 110100 | 110101 |
Color Harmonies of #C69D4A
Complementary color
Monochromatic Colors of #C69D4A
Black with #C69D4A
Text Example
Text Example
White with #C69D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D4A; }
p { color: rgb(198,157,74); }
H1.HeaderClassName
{
color: #C69D4A;
}
.AnyTagClassName
{
color: #C69D4A;
}
</style>
background-color css
<style>
a { background-color: #C69D4A; }
a { background-color: rgb(198,157,74); }
div.DivClassName
{
background-color: #C69D4A;
}
.BgClassName
{
background-color: #C69D4A;
}
</style>
border-color css
<style>
span { border-color: #C69D4A; }
span { border-color: rgb(198,157,74); }
td.TdClassName
{
border-color: #C69D4A;
}
.TagClassName
{
border-color: #C69D4A;
}
</style>