Shades of Fallow #C69363
Tints of Fallow #C69363
RGB
CMYK
RGB Variations
Color information
#C69363 (or 0xC69363) is known color: Fallow. HEX triplet: C6, 93 and 63. RGB value is (198,147,99). Sum of RGB (Red+Green+Blue) = 198+147+99=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C69363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69363 is #396C9C. Grayscale: #9D9D9D. Windows color (decimal): -3763357 or 6525894. OLE color: 6525894.
HSL color Cylindrical-coordinate representation of color #C69363: hue angle of 29.09º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C69363 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 99 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.22 |
| HSL | 29.09º | 0.46% | 0.58% | - |
| HSV(B) | 29.09º | 0.5% | 0.78% | - |
| XYZ | 35.97 | 33.77 | 16.43 | - |
| YUV | 156.78 | 95.4 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 99 | 0 | 0.26 | 0.50 | 0.22 | 29.09 | 0.46 | 0.58 |
| Hex | C6 | 93 | 63 | 0 | 1A | 32 | 16 | 1D | 2E | 3A |
| Octal | 306 | 223 | 143 | 0 | 32 | 62 | 26 | 35 | 56 | 72 |
| Binary | 11000110 | 10010011 | 1100011 | 0 | 11010 | 110010 | 10110 | 11101 | 101110 | 111010 |
Color Harmonies of #C69363
Complementary color
Monochromatic Colors of #C69363
Black with #C69363
Text Example
Text Example
White with #C69363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69363; }
p { color: rgb(198,147,99); }
H1.HeaderClassName
{
color: #C69363;
}
.AnyTagClassName
{
color: #C69363;
}
</style>
background-color css
<style>
a { background-color: #C69363; }
a { background-color: rgb(198,147,99); }
div.DivClassName
{
background-color: #C69363;
}
.BgClassName
{
background-color: #C69363;
}
</style>
border-color css
<style>
span { border-color: #C69363; }
span { border-color: rgb(198,147,99); }
td.TdClassName
{
border-color: #C69363;
}
.TagClassName
{
border-color: #C69363;
}
</style>