Shades of Fallow #C09A68
Tints of Fallow #C09A68
RGB
CMYK
RGB Variations
Color information
#C09A68 (or 0xC09A68) is known color: Fallow. HEX triplet: C0, 9A and 68. RGB value is (192,154,104). Sum of RGB (Red+Green+Blue) = 192+154+104=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 104 (41.02% from 255 or 23.11% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09A68 is #3F6597. Grayscale: #9F9F9F. Windows color (decimal): -4154776 or 6855360. OLE color: 6855360.
HSL color Cylindrical-coordinate representation of color #C09A68: hue angle of 34.09º 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 #C09A68 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 104 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.25 |
| HSL | 34.09º | 0.41% | 0.58% | - |
| HSV(B) | 34.09º | 0.46% | 0.75% | - |
| XYZ | 35.79 | 35.32 | 18.03 | - |
| YUV | 159.66 | 96.59 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 104 | 0 | 0.20 | 0.46 | 0.25 | 34.09 | 0.41 | 0.58 |
| Hex | C0 | 9A | 68 | 0 | 14 | 2E | 19 | 22 | 29 | 3A |
| Octal | 300 | 232 | 150 | 0 | 24 | 56 | 31 | 42 | 51 | 72 |
| Binary | 11000000 | 10011010 | 1101000 | 0 | 10100 | 101110 | 11001 | 100010 | 101001 | 111010 |
Color Harmonies of #C09A68
Complementary color
Monochromatic Colors of #C09A68
Black with #C09A68
Text Example
Text Example
White with #C09A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A68; }
p { color: rgb(192,154,104); }
H1.HeaderClassName
{
color: #C09A68;
}
.AnyTagClassName
{
color: #C09A68;
}
</style>
background-color css
<style>
a { background-color: #C09A68; }
a { background-color: rgb(192,154,104); }
div.DivClassName
{
background-color: #C09A68;
}
.BgClassName
{
background-color: #C09A68;
}
</style>
border-color css
<style>
span { border-color: #C09A68; }
span { border-color: rgb(192,154,104); }
td.TdClassName
{
border-color: #C09A68;
}
.TagClassName
{
border-color: #C09A68;
}
</style>