Shades of Fallow #C09B68
Tints of Fallow #C09B68
RGB
CMYK
RGB Variations
Color information
#C09B68 (or 0xC09B68) is known color: Fallow. HEX triplet: C0, 9B and 68. RGB value is (192,155,104). Sum of RGB (Red+Green+Blue) = 192+155+104=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B68 is #3F6497. Grayscale: #A0A0A0. Windows color (decimal): -4154520 or 6855616. OLE color: 6855616.
HSL color Cylindrical-coordinate representation of color #C09B68: hue angle of 34.77º 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 #C09B68 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 104 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.25 |
| HSL | 34.77º | 0.41% | 0.58% | - |
| HSV(B) | 34.77º | 0.46% | 0.75% | - |
| XYZ | 35.96 | 35.65 | 18.08 | - |
| YUV | 160.25 | 96.26 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 104 | 0 | 0.19 | 0.46 | 0.25 | 34.77 | 0.41 | 0.58 |
| Hex | C0 | 9B | 68 | 0 | 13 | 2E | 19 | 23 | 29 | 3A |
| Octal | 300 | 233 | 150 | 0 | 23 | 56 | 31 | 43 | 51 | 72 |
| Binary | 11000000 | 10011011 | 1101000 | 0 | 10011 | 101110 | 11001 | 100011 | 101001 | 111010 |
Color Harmonies of #C09B68
Complementary color
Monochromatic Colors of #C09B68
Black with #C09B68
Text Example
Text Example
White with #C09B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B68; }
p { color: rgb(192,155,104); }
H1.HeaderClassName
{
color: #C09B68;
}
.AnyTagClassName
{
color: #C09B68;
}
</style>
background-color css
<style>
a { background-color: #C09B68; }
a { background-color: rgb(192,155,104); }
div.DivClassName
{
background-color: #C09B68;
}
.BgClassName
{
background-color: #C09B68;
}
</style>
border-color css
<style>
span { border-color: #C09B68; }
span { border-color: rgb(192,155,104); }
td.TdClassName
{
border-color: #C09B68;
}
.TagClassName
{
border-color: #C09B68;
}
</style>