Shades of Tussock #C68A4A
Tints of Tussock #C68A4A
RGB
CMYK
RGB Variations
Color information
#C68A4A (or 0xC68A4A) is known color: Tussock. HEX triplet: C6, 8A and 4A. RGB value is (198,138,74). Sum of RGB (Red+Green+Blue) = 198+138+74=410 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.29% from 410); Green value is 138 (54.30% from 255 or 33.66% from 410); Blue value is 74 (29.30% from 255 or 18.05% from 410); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68A4A is #3975B5. Grayscale: #949494. Windows color (decimal): -3765686 or 4885190. OLE color: 4885190.
HSL color Cylindrical-coordinate representation of color #C68A4A: hue angle of 30.97º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C68A4A is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 138 | 74 | - |
| CMYK | 0 | 0.30 | 0.63 | 0.22 |
| HSL | 30.97º | 0.52% | 0.53% | - |
| HSV(B) | 30.97º | 0.63% | 0.78% | - |
| XYZ | 33.61 | 30.68 | 10.63 | - |
| YUV | 148.64 | 85.88 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 138 | 74 | 0 | 0.30 | 0.63 | 0.22 | 30.97 | 0.52 | 0.53 |
| Hex | C6 | 8A | 4A | 0 | 1E | 3F | 16 | 1F | 34 | 35 |
| Octal | 306 | 212 | 112 | 0 | 36 | 77 | 26 | 37 | 64 | 65 |
| Binary | 11000110 | 10001010 | 1001010 | 0 | 11110 | 111111 | 10110 | 11111 | 110100 | 110101 |
Color Harmonies of #C68A4A
Complementary color
Monochromatic Colors of #C68A4A
Black with #C68A4A
Text Example
Text Example
White with #C68A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68A4A; }
p { color: rgb(198,138,74); }
H1.HeaderClassName
{
color: #C68A4A;
}
.AnyTagClassName
{
color: #C68A4A;
}
</style>
background-color css
<style>
a { background-color: #C68A4A; }
a { background-color: rgb(198,138,74); }
div.DivClassName
{
background-color: #C68A4A;
}
.BgClassName
{
background-color: #C68A4A;
}
</style>
border-color css
<style>
span { border-color: #C68A4A; }
span { border-color: rgb(198,138,74); }
td.TdClassName
{
border-color: #C68A4A;
}
.TagClassName
{
border-color: #C68A4A;
}
</style>