Shades of Tussock #C69D4B
Tints of Tussock #C69D4B
RGB
CMYK
RGB Variations
Color information
#C69D4B (or 0xC69D4B) is known color: Tussock. HEX triplet: C6, 9D and 4B. RGB value is (198,157,75). Sum of RGB (Red+Green+Blue) = 198+157+75=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69D4B is #3962B4. Grayscale: #A0A0A0. Windows color (decimal): -3760821 or 4955590. OLE color: 4955590.
HSL color Cylindrical-coordinate representation of color #C69D4B: hue angle of 40º 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 #C69D4B is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 75 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.22 |
| HSL | 40º | 0.52% | 0.54% | - |
| HSV(B) | 40º | 0.62% | 0.78% | - |
| XYZ | 36.62 | 36.63 | 11.8 | - |
| YUV | 159.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 75 | 0 | 0.21 | 0.62 | 0.22 | 40 | 0.52 | 0.54 |
| Hex | C6 | 9D | 4B | 0 | 15 | 3E | 16 | 28 | 34 | 36 |
| Octal | 306 | 235 | 113 | 0 | 25 | 76 | 26 | 50 | 64 | 66 |
| Binary | 11000110 | 10011101 | 1001011 | 0 | 10101 | 111110 | 10110 | 101000 | 110100 | 110110 |
Color Harmonies of #C69D4B
Complementary color
Monochromatic Colors of #C69D4B
Black with #C69D4B
Text Example
Text Example
White with #C69D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D4B; }
p { color: rgb(198,157,75); }
H1.HeaderClassName
{
color: #C69D4B;
}
.AnyTagClassName
{
color: #C69D4B;
}
</style>
background-color css
<style>
a { background-color: #C69D4B; }
a { background-color: rgb(198,157,75); }
div.DivClassName
{
background-color: #C69D4B;
}
.BgClassName
{
background-color: #C69D4B;
}
</style>
border-color css
<style>
span { border-color: #C69D4B; }
span { border-color: rgb(198,157,75); }
td.TdClassName
{
border-color: #C69D4B;
}
.TagClassName
{
border-color: #C69D4B;
}
</style>