Shades of Fallow #C69266
Tints of Fallow #C69266
RGB
CMYK
RGB Variations
Color information
#C69266 (or 0xC69266) is known color: Fallow. HEX triplet: C6, 92 and 66. RGB value is (198,146,102). Sum of RGB (Red+Green+Blue) = 198+146+102=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69266 is #396D99. Grayscale: #9C9C9C. Windows color (decimal): -3763610 or 6722246. OLE color: 6722246.
HSL color Cylindrical-coordinate representation of color #C69266: hue angle of 27.5º 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 #C69266 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 102 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.22 |
| HSL | 27.5º | 0.46% | 0.59% | - |
| HSV(B) | 27.5º | 0.48% | 0.78% | - |
| XYZ | 35.97 | 33.52 | 17.15 | - |
| YUV | 156.53 | 97.23 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 102 | 0 | 0.26 | 0.48 | 0.22 | 27.5 | 0.46 | 0.59 |
| Hex | C6 | 92 | 66 | 0 | 1A | 30 | 16 | 1C | 2E | 3B |
| Octal | 306 | 222 | 146 | 0 | 32 | 60 | 26 | 34 | 56 | 73 |
| Binary | 11000110 | 10010010 | 1100110 | 0 | 11010 | 110000 | 10110 | 11100 | 101110 | 111011 |
Color Harmonies of #C69266
Complementary color
Monochromatic Colors of #C69266
Black with #C69266
Text Example
Text Example
White with #C69266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69266; }
p { color: rgb(198,146,102); }
H1.HeaderClassName
{
color: #C69266;
}
.AnyTagClassName
{
color: #C69266;
}
</style>
background-color css
<style>
a { background-color: #C69266; }
a { background-color: rgb(198,146,102); }
div.DivClassName
{
background-color: #C69266;
}
.BgClassName
{
background-color: #C69266;
}
</style>
border-color css
<style>
span { border-color: #C69266; }
span { border-color: rgb(198,146,102); }
td.TdClassName
{
border-color: #C69266;
}
.TagClassName
{
border-color: #C69266;
}
</style>