Shades of Fallow #C6946B
Tints of Fallow #C6946B
RGB
CMYK
RGB Variations
Color information
#C6946B (or 0xC6946B) is known color: Fallow. HEX triplet: C6, 94 and 6B. RGB value is (198,148,107). Sum of RGB (Red+Green+Blue) = 198+148+107=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C6946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6946B is #396B94. Grayscale: #9E9E9E. Windows color (decimal): -3763093 or 7050438. OLE color: 7050438.
HSL color Cylindrical-coordinate representation of color #C6946B: hue angle of 27.03º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6946B is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 107 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.22 |
| HSL | 27.03º | 0.44% | 0.6% | - |
| HSV(B) | 27.03º | 0.46% | 0.78% | - |
| XYZ | 36.53 | 34.25 | 18.59 | - |
| YUV | 158.28 | 99.07 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 107 | 0 | 0.25 | 0.46 | 0.22 | 27.03 | 0.44 | 0.6 |
| Hex | C6 | 94 | 6B | 0 | 19 | 2E | 16 | 1B | 2C | 3C |
| Octal | 306 | 224 | 153 | 0 | 31 | 56 | 26 | 33 | 54 | 74 |
| Binary | 11000110 | 10010100 | 1101011 | 0 | 11001 | 101110 | 10110 | 11011 | 101100 | 111100 |
Color Harmonies of #C6946B
Complementary color
Monochromatic Colors of #C6946B
Black with #C6946B
Text Example
Text Example
White with #C6946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6946B; }
p { color: rgb(198,148,107); }
H1.HeaderClassName
{
color: #C6946B;
}
.AnyTagClassName
{
color: #C6946B;
}
</style>
background-color css
<style>
a { background-color: #C6946B; }
a { background-color: rgb(198,148,107); }
div.DivClassName
{
background-color: #C6946B;
}
.BgClassName
{
background-color: #C6946B;
}
</style>
border-color css
<style>
span { border-color: #C6946B; }
span { border-color: rgb(198,148,107); }
td.TdClassName
{
border-color: #C6946B;
}
.TagClassName
{
border-color: #C6946B;
}
</style>