Shades of Fallow #C09F69
Tints of Fallow #C09F69
RGB
CMYK
RGB Variations
Color information
#C09F69 (or 0xC09F69) is known color: Fallow. HEX triplet: C0, 9F and 69. RGB value is (192,159,105). Sum of RGB (Red+Green+Blue) = 192+159+105=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 192 - color contains mainly: red. Hex color #C09F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09F69 is #3F6096. Grayscale: #A2A2A2. Windows color (decimal): -4153495 or 6922176. OLE color: 6922176.
HSL color Cylindrical-coordinate representation of color #C09F69: hue angle of 37.24º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C09F69 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 159 | 105 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.25 |
| HSL | 37.24º | 0.41% | 0.58% | - |
| HSV(B) | 37.24º | 0.45% | 0.75% | - |
| XYZ | 36.69 | 37.02 | 18.58 | - |
| YUV | 162.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 105 | 0 | 0.17 | 0.45 | 0.25 | 37.24 | 0.41 | 0.58 |
| Hex | C0 | 9F | 69 | 0 | 11 | 2D | 19 | 25 | 29 | 3A |
| Octal | 300 | 237 | 151 | 0 | 21 | 55 | 31 | 45 | 51 | 72 |
| Binary | 11000000 | 10011111 | 1101001 | 0 | 10001 | 101101 | 11001 | 100101 | 101001 | 111010 |
Color Harmonies of #C09F69
Complementary color
Monochromatic Colors of #C09F69
Black with #C09F69
Text Example
Text Example
White with #C09F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09F69; }
p { color: rgb(192,159,105); }
H1.HeaderClassName
{
color: #C09F69;
}
.AnyTagClassName
{
color: #C09F69;
}
</style>
background-color css
<style>
a { background-color: #C09F69; }
a { background-color: rgb(192,159,105); }
div.DivClassName
{
background-color: #C09F69;
}
.BgClassName
{
background-color: #C09F69;
}
</style>
border-color css
<style>
span { border-color: #C09F69; }
span { border-color: rgb(192,159,105); }
td.TdClassName
{
border-color: #C09F69;
}
.TagClassName
{
border-color: #C09F69;
}
</style>