Shades of Fallow #C09861
Tints of Fallow #C09861
RGB
CMYK
RGB Variations
Color information
#C09861 (or 0xC09861) is known color: Fallow. HEX triplet: C0, 98 and 61. RGB value is (192,152,97). Sum of RGB (Red+Green+Blue) = 192+152+97=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 97 (38.28% from 255 or 22.00% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C09861 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09861 is #3F679E. Grayscale: #9D9D9D. Windows color (decimal): -4155295 or 6396096. OLE color: 6396096.
HSL color Cylindrical-coordinate representation of color #C09861: hue angle of 34.74º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C09861 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 97 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.25 |
| HSL | 34.74º | 0.43% | 0.57% | - |
| HSV(B) | 34.74º | 0.49% | 0.75% | - |
| XYZ | 35.12 | 34.53 | 16.12 | - |
| YUV | 157.69 | 93.75 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 97 | 0 | 0.21 | 0.49 | 0.25 | 34.74 | 0.43 | 0.57 |
| Hex | C0 | 98 | 61 | 0 | 15 | 31 | 19 | 23 | 2B | 39 |
| Octal | 300 | 230 | 141 | 0 | 25 | 61 | 31 | 43 | 53 | 71 |
| Binary | 11000000 | 10011000 | 1100001 | 0 | 10101 | 110001 | 11001 | 100011 | 101011 | 111001 |
Color Harmonies of #C09861
Complementary color
Monochromatic Colors of #C09861
Black with #C09861
Text Example
Text Example
White with #C09861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09861; }
p { color: rgb(192,152,97); }
H1.HeaderClassName
{
color: #C09861;
}
.AnyTagClassName
{
color: #C09861;
}
</style>
background-color css
<style>
a { background-color: #C09861; }
a { background-color: rgb(192,152,97); }
div.DivClassName
{
background-color: #C09861;
}
.BgClassName
{
background-color: #C09861;
}
</style>
border-color css
<style>
span { border-color: #C09861; }
span { border-color: rgb(192,152,97); }
td.TdClassName
{
border-color: #C09861;
}
.TagClassName
{
border-color: #C09861;
}
</style>