Shades of Tussock #C69A4A
Tints of Tussock #C69A4A
RGB
CMYK
RGB Variations
Color information
#C69A4A (or 0xC69A4A) is known color: Tussock. HEX triplet: C6, 9A and 4A. RGB value is (198,154,74). Sum of RGB (Red+Green+Blue) = 198+154+74=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 74 (29.30% from 255 or 17.37% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69A4A is #3965B5. Grayscale: #9E9E9E. Windows color (decimal): -3761590 or 4889286. OLE color: 4889286.
HSL color Cylindrical-coordinate representation of color #C69A4A: hue angle of 38.71º 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 #C69A4A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 74 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.22 |
| HSL | 38.71º | 0.52% | 0.53% | - |
| HSV(B) | 38.71º | 0.63% | 0.78% | - |
| XYZ | 36.08 | 35.61 | 11.45 | - |
| YUV | 158.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 74 | 0 | 0.22 | 0.63 | 0.22 | 38.71 | 0.52 | 0.53 |
| Hex | C6 | 9A | 4A | 0 | 16 | 3F | 16 | 27 | 34 | 35 |
| Octal | 306 | 232 | 112 | 0 | 26 | 77 | 26 | 47 | 64 | 65 |
| Binary | 11000110 | 10011010 | 1001010 | 0 | 10110 | 111111 | 10110 | 100111 | 110100 | 110101 |
Color Harmonies of #C69A4A
Complementary color
Monochromatic Colors of #C69A4A
Black with #C69A4A
Text Example
Text Example
White with #C69A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A4A; }
p { color: rgb(198,154,74); }
H1.HeaderClassName
{
color: #C69A4A;
}
.AnyTagClassName
{
color: #C69A4A;
}
</style>
background-color css
<style>
a { background-color: #C69A4A; }
a { background-color: rgb(198,154,74); }
div.DivClassName
{
background-color: #C69A4A;
}
.BgClassName
{
background-color: #C69A4A;
}
</style>
border-color css
<style>
span { border-color: #C69A4A; }
span { border-color: rgb(198,154,74); }
td.TdClassName
{
border-color: #C69A4A;
}
.TagClassName
{
border-color: #C69A4A;
}
</style>