Shades of Fallow #C6996D
Tints of Fallow #C6996D
RGB
CMYK
RGB Variations
Color information
#C6996D (or 0xC6996D) is known color: Fallow. HEX triplet: C6, 99 and 6D. RGB value is (198,153,109). Sum of RGB (Red+Green+Blue) = 198+153+109=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 153 (60.16% from 255 or 33.26% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 198 - color contains mainly: red. Hex color #C6996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6996D is #396692. Grayscale: #A1A1A1. Windows color (decimal): -3761811 or 7182790. OLE color: 7182790.
HSL color Cylindrical-coordinate representation of color #C6996D: hue angle of 29.66º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6996D is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 109 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.22 |
| HSL | 29.66º | 0.44% | 0.6% | - |
| HSV(B) | 29.66º | 0.45% | 0.78% | - |
| XYZ | 37.44 | 35.89 | 19.42 | - |
| YUV | 161.44 | 98.41 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 109 | 0 | 0.23 | 0.45 | 0.22 | 29.66 | 0.44 | 0.6 |
| Hex | C6 | 99 | 6D | 0 | 17 | 2D | 16 | 1E | 2C | 3C |
| Octal | 306 | 231 | 155 | 0 | 27 | 55 | 26 | 36 | 54 | 74 |
| Binary | 11000110 | 10011001 | 1101101 | 0 | 10111 | 101101 | 10110 | 11110 | 101100 | 111100 |
Color Harmonies of #C6996D
Complementary color
Monochromatic Colors of #C6996D
Black with #C6996D
Text Example
Text Example
White with #C6996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6996D; }
p { color: rgb(198,153,109); }
H1.HeaderClassName
{
color: #C6996D;
}
.AnyTagClassName
{
color: #C6996D;
}
</style>
background-color css
<style>
a { background-color: #C6996D; }
a { background-color: rgb(198,153,109); }
div.DivClassName
{
background-color: #C6996D;
}
.BgClassName
{
background-color: #C6996D;
}
</style>
border-color css
<style>
span { border-color: #C6996D; }
span { border-color: rgb(198,153,109); }
td.TdClassName
{
border-color: #C6996D;
}
.TagClassName
{
border-color: #C6996D;
}
</style>