Shades of Tussock #C6934F
Tints of Tussock #C6934F
RGB
CMYK
RGB Variations
Color information
#C6934F (or 0xC6934F) is known color: Tussock. HEX triplet: C6, 93 and 4F. RGB value is (198,147,79). Sum of RGB (Red+Green+Blue) = 198+147+79=424 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.70% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 79 (31.25% from 255 or 18.63% from 424); Max value from RGB is 198 - color contains mainly: red. Hex color #C6934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6934F is #396CB0. Grayscale: #9A9A9A. Windows color (decimal): -3763377 or 5215174. OLE color: 5215174.
HSL color Cylindrical-coordinate representation of color #C6934F: hue angle of 34.29º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C6934F is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 79 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.22 |
| HSL | 34.29º | 0.51% | 0.54% | - |
| HSV(B) | 34.29º | 0.6% | 0.78% | - |
| XYZ | 35.13 | 33.44 | 12 | - |
| YUV | 154.5 | 85.4 | 159.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 79 | 0 | 0.26 | 0.60 | 0.22 | 34.29 | 0.51 | 0.54 |
| Hex | C6 | 93 | 4F | 0 | 1A | 3C | 16 | 22 | 33 | 36 |
| Octal | 306 | 223 | 117 | 0 | 32 | 74 | 26 | 42 | 63 | 66 |
| Binary | 11000110 | 10010011 | 1001111 | 0 | 11010 | 111100 | 10110 | 100010 | 110011 | 110110 |
Color Harmonies of #C6934F
Complementary color
Monochromatic Colors of #C6934F
Black with #C6934F
Text Example
Text Example
White with #C6934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6934F; }
p { color: rgb(198,147,79); }
H1.HeaderClassName
{
color: #C6934F;
}
.AnyTagClassName
{
color: #C6934F;
}
</style>
background-color css
<style>
a { background-color: #C6934F; }
a { background-color: rgb(198,147,79); }
div.DivClassName
{
background-color: #C6934F;
}
.BgClassName
{
background-color: #C6934F;
}
</style>
border-color css
<style>
span { border-color: #C6934F; }
span { border-color: rgb(198,147,79); }
td.TdClassName
{
border-color: #C6934F;
}
.TagClassName
{
border-color: #C6934F;
}
</style>