Shades of Tussock #C6934C
Tints of Tussock #C6934C
RGB
CMYK
RGB Variations
Color information
#C6934C (or 0xC6934C) is known color: Tussock. HEX triplet: C6, 93 and 4C. RGB value is (198,147,76). Sum of RGB (Red+Green+Blue) = 198+147+76=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6934C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6934C is #396CB3. Grayscale: #9A9A9A. Windows color (decimal): -3763380 or 5018566. OLE color: 5018566.
HSL color Cylindrical-coordinate representation of color #C6934C: hue angle of 34.92º 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 #C6934C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 76 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.92º | 0.52% | 0.54% | - |
| HSV(B) | 34.92º | 0.62% | 0.78% | - |
| XYZ | 35.03 | 33.4 | 11.44 | - |
| YUV | 154.16 | 83.9 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 76 | 0 | 0.26 | 0.62 | 0.22 | 34.92 | 0.52 | 0.54 |
| Hex | C6 | 93 | 4C | 0 | 1A | 3E | 16 | 23 | 34 | 36 |
| Octal | 306 | 223 | 114 | 0 | 32 | 76 | 26 | 43 | 64 | 66 |
| Binary | 11000110 | 10010011 | 1001100 | 0 | 11010 | 111110 | 10110 | 100011 | 110100 | 110110 |
Color Harmonies of #C6934C
Complementary color
Monochromatic Colors of #C6934C
Black with #C6934C
Text Example
Text Example
White with #C6934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6934C; }
p { color: rgb(198,147,76); }
H1.HeaderClassName
{
color: #C6934C;
}
.AnyTagClassName
{
color: #C6934C;
}
</style>
background-color css
<style>
a { background-color: #C6934C; }
a { background-color: rgb(198,147,76); }
div.DivClassName
{
background-color: #C6934C;
}
.BgClassName
{
background-color: #C6934C;
}
</style>
border-color css
<style>
span { border-color: #C6934C; }
span { border-color: rgb(198,147,76); }
td.TdClassName
{
border-color: #C6934C;
}
.TagClassName
{
border-color: #C6934C;
}
</style>