Shades of Fallow #C09B6F
Tints of Fallow #C09B6F
RGB
CMYK
RGB Variations
Color information
#C09B6F (or 0xC09B6F) is known color: Fallow. HEX triplet: C0, 9B and 6F. RGB value is (192,155,111). Sum of RGB (Red+Green+Blue) = 192+155+111=458 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.92% from 458); Green value is 155 (60.94% from 255 or 33.84% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B6F is #3F6490. Grayscale: #A1A1A1. Windows color (decimal): -4154513 or 7314368. OLE color: 7314368.
HSL color Cylindrical-coordinate representation of color #C09B6F: hue angle of 32.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C09B6F is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 111 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.25 |
| HSL | 32.59º | 0.39% | 0.59% | - |
| HSV(B) | 32.59º | 0.42% | 0.75% | - |
| XYZ | 36.33 | 35.8 | 20.03 | - |
| YUV | 161.05 | 99.76 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 111 | 0 | 0.19 | 0.42 | 0.25 | 32.59 | 0.39 | 0.59 |
| Hex | C0 | 9B | 6F | 0 | 13 | 2A | 19 | 21 | 27 | 3B |
| Octal | 300 | 233 | 157 | 0 | 23 | 52 | 31 | 41 | 47 | 73 |
| Binary | 11000000 | 10011011 | 1101111 | 0 | 10011 | 101010 | 11001 | 100001 | 100111 | 111011 |
Color Harmonies of #C09B6F
Complementary color
Monochromatic Colors of #C09B6F
Black with #C09B6F
Text Example
Text Example
White with #C09B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B6F; }
p { color: rgb(192,155,111); }
H1.HeaderClassName
{
color: #C09B6F;
}
.AnyTagClassName
{
color: #C09B6F;
}
</style>
background-color css
<style>
a { background-color: #C09B6F; }
a { background-color: rgb(192,155,111); }
div.DivClassName
{
background-color: #C09B6F;
}
.BgClassName
{
background-color: #C09B6F;
}
</style>
border-color css
<style>
span { border-color: #C09B6F; }
span { border-color: rgb(192,155,111); }
td.TdClassName
{
border-color: #C09B6F;
}
.TagClassName
{
border-color: #C09B6F;
}
</style>