Shades of Fallow #C69968
Tints of Fallow #C69968
RGB
CMYK
RGB Variations
Color information
#C69968 (or 0xC69968) is known color: Fallow. HEX triplet: C6, 99 and 68. RGB value is (198,153,104). Sum of RGB (Red+Green+Blue) = 198+153+104=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C69968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69968 is #396697. Grayscale: #A1A1A1. Windows color (decimal): -3761816 or 6855110. OLE color: 6855110.
HSL color Cylindrical-coordinate representation of color #C69968: hue angle of 31.28º 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 #C69968 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 104 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.22 |
| HSL | 31.28º | 0.45% | 0.59% | - |
| HSV(B) | 31.28º | 0.47% | 0.78% | - |
| XYZ | 37.18 | 35.79 | 18.04 | - |
| YUV | 160.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 104 | 0 | 0.23 | 0.47 | 0.22 | 31.28 | 0.45 | 0.59 |
| Hex | C6 | 99 | 68 | 0 | 17 | 2F | 16 | 1F | 2D | 3B |
| Octal | 306 | 231 | 150 | 0 | 27 | 57 | 26 | 37 | 55 | 73 |
| Binary | 11000110 | 10011001 | 1101000 | 0 | 10111 | 101111 | 10110 | 11111 | 101101 | 111011 |
Color Harmonies of #C69968
Complementary color
Monochromatic Colors of #C69968
Black with #C69968
Text Example
Text Example
White with #C69968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69968; }
p { color: rgb(198,153,104); }
H1.HeaderClassName
{
color: #C69968;
}
.AnyTagClassName
{
color: #C69968;
}
</style>
background-color css
<style>
a { background-color: #C69968; }
a { background-color: rgb(198,153,104); }
div.DivClassName
{
background-color: #C69968;
}
.BgClassName
{
background-color: #C69968;
}
</style>
border-color css
<style>
span { border-color: #C69968; }
span { border-color: rgb(198,153,104); }
td.TdClassName
{
border-color: #C69968;
}
.TagClassName
{
border-color: #C69968;
}
</style>