Shades of Fallow #C09667
Tints of Fallow #C09667
RGB
CMYK
RGB Variations
Color information
#C09667 (or 0xC09667) is known color: Fallow. HEX triplet: C0, 96 and 67. RGB value is (192,150,103). Sum of RGB (Red+Green+Blue) = 192+150+103=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C09667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09667 is #3F6998. Grayscale: #9D9D9D. Windows color (decimal): -4155801 or 6788800. OLE color: 6788800.
HSL color Cylindrical-coordinate representation of color #C09667: hue angle of 31.69º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C09667 is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 103 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.25 |
| HSL | 31.69º | 0.41% | 0.58% | - |
| HSV(B) | 31.69º | 0.46% | 0.75% | - |
| XYZ | 35.09 | 34 | 17.54 | - |
| YUV | 157.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 103 | 0 | 0.22 | 0.46 | 0.25 | 31.69 | 0.41 | 0.58 |
| Hex | C0 | 96 | 67 | 0 | 16 | 2E | 19 | 20 | 29 | 3A |
| Octal | 300 | 226 | 147 | 0 | 26 | 56 | 31 | 40 | 51 | 72 |
| Binary | 11000000 | 10010110 | 1100111 | 0 | 10110 | 101110 | 11001 | 100000 | 101001 | 111010 |
Color Harmonies of #C09667
Complementary color
Monochromatic Colors of #C09667
Black with #C09667
Text Example
Text Example
White with #C09667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09667; }
p { color: rgb(192,150,103); }
H1.HeaderClassName
{
color: #C09667;
}
.AnyTagClassName
{
color: #C09667;
}
</style>
background-color css
<style>
a { background-color: #C09667; }
a { background-color: rgb(192,150,103); }
div.DivClassName
{
background-color: #C09667;
}
.BgClassName
{
background-color: #C09667;
}
</style>
border-color css
<style>
span { border-color: #C09667; }
span { border-color: rgb(192,150,103); }
td.TdClassName
{
border-color: #C09667;
}
.TagClassName
{
border-color: #C09667;
}
</style>