Shades of Tussock #C6924B
Tints of Tussock #C6924B
RGB
CMYK
RGB Variations
Color information
#C6924B (or 0xC6924B) is known color: Tussock. HEX triplet: C6, 92 and 4B. RGB value is (198,146,75). Sum of RGB (Red+Green+Blue) = 198+146+75=419 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.26% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 198 - color contains mainly: red. Hex color #C6924B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6924B is #396DB4. Grayscale: #999999. Windows color (decimal): -3763637 or 4952774. OLE color: 4952774.
HSL color Cylindrical-coordinate representation of color #C6924B: hue angle of 34.63º 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 #C6924B is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 75 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.22 |
| HSL | 34.63º | 0.52% | 0.54% | - |
| HSV(B) | 34.63º | 0.62% | 0.78% | - |
| XYZ | 34.84 | 33.07 | 11.2 | - |
| YUV | 153.45 | 83.73 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 75 | 0 | 0.26 | 0.62 | 0.22 | 34.63 | 0.52 | 0.54 |
| Hex | C6 | 92 | 4B | 0 | 1A | 3E | 16 | 23 | 34 | 36 |
| Octal | 306 | 222 | 113 | 0 | 32 | 76 | 26 | 43 | 64 | 66 |
| Binary | 11000110 | 10010010 | 1001011 | 0 | 11010 | 111110 | 10110 | 100011 | 110100 | 110110 |
Color Harmonies of #C6924B
Complementary color
Monochromatic Colors of #C6924B
Black with #C6924B
Text Example
Text Example
White with #C6924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6924B; }
p { color: rgb(198,146,75); }
H1.HeaderClassName
{
color: #C6924B;
}
.AnyTagClassName
{
color: #C6924B;
}
</style>
background-color css
<style>
a { background-color: #C6924B; }
a { background-color: rgb(198,146,75); }
div.DivClassName
{
background-color: #C6924B;
}
.BgClassName
{
background-color: #C6924B;
}
</style>
border-color css
<style>
span { border-color: #C6924B; }
span { border-color: rgb(198,146,75); }
td.TdClassName
{
border-color: #C6924B;
}
.TagClassName
{
border-color: #C6924B;
}
</style>