Shades of Tussock #C68C4B
Tints of Tussock #C68C4B
RGB
CMYK
RGB Variations
Color information
#C68C4B (or 0xC68C4B) is known color: Tussock. HEX triplet: C6, 8C and 4B. RGB value is (198,140,75). Sum of RGB (Red+Green+Blue) = 198+140+75=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 75 (29.69% from 255 or 18.16% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C68C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68C4B is #3973B4. Grayscale: #969696. Windows color (decimal): -3765173 or 4951238. OLE color: 4951238.
HSL color Cylindrical-coordinate representation of color #C68C4B: hue angle of 31.71º 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 #C68C4B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 140 | 75 | - |
| CMYK | 0 | 0.29 | 0.62 | 0.22 |
| HSL | 31.71º | 0.52% | 0.54% | - |
| HSV(B) | 31.71º | 0.62% | 0.78% | - |
| XYZ | 33.94 | 31.27 | 10.9 | - |
| YUV | 149.93 | 85.72 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 140 | 75 | 0 | 0.29 | 0.62 | 0.22 | 31.71 | 0.52 | 0.54 |
| Hex | C6 | 8C | 4B | 0 | 1D | 3E | 16 | 20 | 34 | 36 |
| Octal | 306 | 214 | 113 | 0 | 35 | 76 | 26 | 40 | 64 | 66 |
| Binary | 11000110 | 10001100 | 1001011 | 0 | 11101 | 111110 | 10110 | 100000 | 110100 | 110110 |
Color Harmonies of #C68C4B
Complementary color
Monochromatic Colors of #C68C4B
Black with #C68C4B
Text Example
Text Example
White with #C68C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68C4B; }
p { color: rgb(198,140,75); }
H1.HeaderClassName
{
color: #C68C4B;
}
.AnyTagClassName
{
color: #C68C4B;
}
</style>
background-color css
<style>
a { background-color: #C68C4B; }
a { background-color: rgb(198,140,75); }
div.DivClassName
{
background-color: #C68C4B;
}
.BgClassName
{
background-color: #C68C4B;
}
</style>
border-color css
<style>
span { border-color: #C68C4B; }
span { border-color: rgb(198,140,75); }
td.TdClassName
{
border-color: #C68C4B;
}
.TagClassName
{
border-color: #C68C4B;
}
</style>