Shades of Fallow #C69366
Tints of Fallow #C69366
RGB
CMYK
RGB Variations
Color information
#C69366 (or 0xC69366) is known color: Fallow. HEX triplet: C6, 93 and 66. RGB value is (198,147,102). Sum of RGB (Red+Green+Blue) = 198+147+102=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C69366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69366 is #396C99. Grayscale: #9D9D9D. Windows color (decimal): -3763354 or 6722502. OLE color: 6722502.
HSL color Cylindrical-coordinate representation of color #C69366: hue angle of 28.12º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69366 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 102 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.22 |
| HSL | 28.13º | 0.46% | 0.59% | - |
| HSV(B) | 28.13º | 0.48% | 0.78% | - |
| XYZ | 36.12 | 33.83 | 17.2 | - |
| YUV | 157.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 102 | 0 | 0.26 | 0.48 | 0.22 | 28.13 | 0.46 | 0.59 |
| Hex | C6 | 93 | 66 | 0 | 1A | 30 | 16 | 1C | 2E | 3B |
| Octal | 306 | 223 | 146 | 0 | 32 | 60 | 26 | 34 | 56 | 73 |
| Binary | 11000110 | 10010011 | 1100110 | 0 | 11010 | 110000 | 10110 | 11100 | 101110 | 111011 |
Color Harmonies of #C69366
Complementary color
Monochromatic Colors of #C69366
Black with #C69366
Text Example
Text Example
White with #C69366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69366; }
p { color: rgb(198,147,102); }
H1.HeaderClassName
{
color: #C69366;
}
.AnyTagClassName
{
color: #C69366;
}
</style>
background-color css
<style>
a { background-color: #C69366; }
a { background-color: rgb(198,147,102); }
div.DivClassName
{
background-color: #C69366;
}
.BgClassName
{
background-color: #C69366;
}
</style>
border-color css
<style>
span { border-color: #C69366; }
span { border-color: rgb(198,147,102); }
td.TdClassName
{
border-color: #C69366;
}
.TagClassName
{
border-color: #C69366;
}
</style>