Shades of Tussock #C68D4A
Tints of Tussock #C68D4A
RGB
CMYK
RGB Variations
Color information
#C68D4A (or 0xC68D4A) is known color: Tussock. HEX triplet: C6, 8D and 4A. RGB value is (198,141,74). Sum of RGB (Red+Green+Blue) = 198+141+74=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 74 (29.30% from 255 or 17.92% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68D4A is #3972B5. Grayscale: #969696. Windows color (decimal): -3764918 or 4885958. OLE color: 4885958.
HSL color Cylindrical-coordinate representation of color #C68D4A: hue angle of 32.42º 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 #C68D4A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 74 | - |
| CMYK | 0 | 0.29 | 0.63 | 0.22 |
| HSL | 32.42º | 0.52% | 0.53% | - |
| HSV(B) | 32.42º | 0.63% | 0.78% | - |
| XYZ | 34.05 | 31.55 | 10.77 | - |
| YUV | 150.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 74 | 0 | 0.29 | 0.63 | 0.22 | 32.42 | 0.52 | 0.53 |
| Hex | C6 | 8D | 4A | 0 | 1D | 3F | 16 | 20 | 34 | 35 |
| Octal | 306 | 215 | 112 | 0 | 35 | 77 | 26 | 40 | 64 | 65 |
| Binary | 11000110 | 10001101 | 1001010 | 0 | 11101 | 111111 | 10110 | 100000 | 110100 | 110101 |
Color Harmonies of #C68D4A
Complementary color
Monochromatic Colors of #C68D4A
Black with #C68D4A
Text Example
Text Example
White with #C68D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D4A; }
p { color: rgb(198,141,74); }
H1.HeaderClassName
{
color: #C68D4A;
}
.AnyTagClassName
{
color: #C68D4A;
}
</style>
background-color css
<style>
a { background-color: #C68D4A; }
a { background-color: rgb(198,141,74); }
div.DivClassName
{
background-color: #C68D4A;
}
.BgClassName
{
background-color: #C68D4A;
}
</style>
border-color css
<style>
span { border-color: #C68D4A; }
span { border-color: rgb(198,141,74); }
td.TdClassName
{
border-color: #C68D4A;
}
.TagClassName
{
border-color: #C68D4A;
}
</style>