Shades of Tussock #C69B4A
Tints of Tussock #C69B4A
RGB
CMYK
RGB Variations
Color information
#C69B4A (or 0xC69B4A) is known color: Tussock. HEX triplet: C6, 9B and 4A. RGB value is (198,155,74). Sum of RGB (Red+Green+Blue) = 198+155+74=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 74 (29.30% from 255 or 17.33% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69B4A is #3964B5. Grayscale: #9E9E9E. Windows color (decimal): -3761334 or 4889542. OLE color: 4889542.
HSL color Cylindrical-coordinate representation of color #C69B4A: hue angle of 39.19º 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 #C69B4A is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 74 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.22 |
| HSL | 39.19º | 0.52% | 0.53% | - |
| HSV(B) | 39.19º | 0.63% | 0.78% | - |
| XYZ | 36.25 | 35.94 | 11.51 | - |
| YUV | 158.62 | 80.25 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 74 | 0 | 0.22 | 0.63 | 0.22 | 39.19 | 0.52 | 0.53 |
| Hex | C6 | 9B | 4A | 0 | 16 | 3F | 16 | 27 | 34 | 35 |
| Octal | 306 | 233 | 112 | 0 | 26 | 77 | 26 | 47 | 64 | 65 |
| Binary | 11000110 | 10011011 | 1001010 | 0 | 10110 | 111111 | 10110 | 100111 | 110100 | 110101 |
Color Harmonies of #C69B4A
Complementary color
Monochromatic Colors of #C69B4A
Black with #C69B4A
Text Example
Text Example
White with #C69B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B4A; }
p { color: rgb(198,155,74); }
H1.HeaderClassName
{
color: #C69B4A;
}
.AnyTagClassName
{
color: #C69B4A;
}
</style>
background-color css
<style>
a { background-color: #C69B4A; }
a { background-color: rgb(198,155,74); }
div.DivClassName
{
background-color: #C69B4A;
}
.BgClassName
{
background-color: #C69B4A;
}
</style>
border-color css
<style>
span { border-color: #C69B4A; }
span { border-color: rgb(198,155,74); }
td.TdClassName
{
border-color: #C69B4A;
}
.TagClassName
{
border-color: #C69B4A;
}
</style>