Shades of Fallow #C69868
Tints of Fallow #C69868
RGB
CMYK
RGB Variations
Color information
#C69868 (or 0xC69868) is known color: Fallow. HEX triplet: C6, 98 and 68. RGB value is (198,152,104). Sum of RGB (Red+Green+Blue) = 198+152+104=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C69868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69868 is #396797. Grayscale: #A0A0A0. Windows color (decimal): -3762072 or 6854854. OLE color: 6854854.
HSL color Cylindrical-coordinate representation of color #C69868: hue angle of 30.64º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C69868 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 104 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.22 |
| HSL | 30.64º | 0.45% | 0.59% | - |
| HSV(B) | 30.64º | 0.47% | 0.78% | - |
| XYZ | 37.02 | 35.46 | 17.99 | - |
| YUV | 160.28 | 96.24 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 104 | 0 | 0.23 | 0.47 | 0.22 | 30.64 | 0.45 | 0.59 |
| Hex | C6 | 98 | 68 | 0 | 17 | 2F | 16 | 1F | 2D | 3B |
| Octal | 306 | 230 | 150 | 0 | 27 | 57 | 26 | 37 | 55 | 73 |
| Binary | 11000110 | 10011000 | 1101000 | 0 | 10111 | 101111 | 10110 | 11111 | 101101 | 111011 |
Color Harmonies of #C69868
Complementary color
Monochromatic Colors of #C69868
Black with #C69868
Text Example
Text Example
White with #C69868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69868; }
p { color: rgb(198,152,104); }
H1.HeaderClassName
{
color: #C69868;
}
.AnyTagClassName
{
color: #C69868;
}
</style>
background-color css
<style>
a { background-color: #C69868; }
a { background-color: rgb(198,152,104); }
div.DivClassName
{
background-color: #C69868;
}
.BgClassName
{
background-color: #C69868;
}
</style>
border-color css
<style>
span { border-color: #C69868; }
span { border-color: rgb(198,152,104); }
td.TdClassName
{
border-color: #C69868;
}
.TagClassName
{
border-color: #C69868;
}
</style>