Shades of Tussock #C6904D
Tints of Tussock #C6904D
RGB
CMYK
RGB Variations
Color information
#C6904D (or 0xC6904D) is known color: Tussock. HEX triplet: C6, 90 and 4D. RGB value is (198,144,77). Sum of RGB (Red+Green+Blue) = 198+144+77=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6904D is #396FB2. Grayscale: #989898. Windows color (decimal): -3764147 or 5083334. OLE color: 5083334.
HSL color Cylindrical-coordinate representation of color #C6904D: hue angle of 33.22º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6904D is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 77 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.22 |
| HSL | 33.22º | 0.51% | 0.54% | - |
| HSV(B) | 33.22º | 0.61% | 0.78% | - |
| XYZ | 34.6 | 32.49 | 11.47 | - |
| YUV | 152.51 | 85.39 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 77 | 0 | 0.27 | 0.61 | 0.22 | 33.22 | 0.51 | 0.54 |
| Hex | C6 | 90 | 4D | 0 | 1B | 3D | 16 | 21 | 33 | 36 |
| Octal | 306 | 220 | 115 | 0 | 33 | 75 | 26 | 41 | 63 | 66 |
| Binary | 11000110 | 10010000 | 1001101 | 0 | 11011 | 111101 | 10110 | 100001 | 110011 | 110110 |
Color Harmonies of #C6904D
Complementary color
Monochromatic Colors of #C6904D
Black with #C6904D
Text Example
Text Example
White with #C6904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6904D; }
p { color: rgb(198,144,77); }
H1.HeaderClassName
{
color: #C6904D;
}
.AnyTagClassName
{
color: #C6904D;
}
</style>
background-color css
<style>
a { background-color: #C6904D; }
a { background-color: rgb(198,144,77); }
div.DivClassName
{
background-color: #C6904D;
}
.BgClassName
{
background-color: #C6904D;
}
</style>
border-color css
<style>
span { border-color: #C6904D; }
span { border-color: rgb(198,144,77); }
td.TdClassName
{
border-color: #C6904D;
}
.TagClassName
{
border-color: #C6904D;
}
</style>