Shades of Tussock #C6904B
Tints of Tussock #C6904B
RGB
CMYK
RGB Variations
Color information
#C6904B (or 0xC6904B) is known color: Tussock. HEX triplet: C6, 90 and 4B. RGB value is (198,144,75). Sum of RGB (Red+Green+Blue) = 198+144+75=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C6904B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6904B is #396FB4. Grayscale: #989898. Windows color (decimal): -3764149 or 4952262. OLE color: 4952262.
HSL color Cylindrical-coordinate representation of color #C6904B: hue angle of 33.66º 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 #C6904B is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 144 | 75 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.22 |
| HSL | 33.66º | 0.52% | 0.54% | - |
| HSV(B) | 33.66º | 0.62% | 0.78% | - |
| XYZ | 34.53 | 32.46 | 11.1 | - |
| YUV | 152.28 | 84.39 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 144 | 75 | 0 | 0.27 | 0.62 | 0.22 | 33.66 | 0.52 | 0.54 |
| Hex | C6 | 90 | 4B | 0 | 1B | 3E | 16 | 22 | 34 | 36 |
| Octal | 306 | 220 | 113 | 0 | 33 | 76 | 26 | 42 | 64 | 66 |
| Binary | 11000110 | 10010000 | 1001011 | 0 | 11011 | 111110 | 10110 | 100010 | 110100 | 110110 |
Color Harmonies of #C6904B
Complementary color
Monochromatic Colors of #C6904B
Black with #C6904B
Text Example
Text Example
White with #C6904B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6904B; }
p { color: rgb(198,144,75); }
H1.HeaderClassName
{
color: #C6904B;
}
.AnyTagClassName
{
color: #C6904B;
}
</style>
background-color css
<style>
a { background-color: #C6904B; }
a { background-color: rgb(198,144,75); }
div.DivClassName
{
background-color: #C6904B;
}
.BgClassName
{
background-color: #C6904B;
}
</style>
border-color css
<style>
span { border-color: #C6904B; }
span { border-color: rgb(198,144,75); }
td.TdClassName
{
border-color: #C6904B;
}
.TagClassName
{
border-color: #C6904B;
}
</style>