Shades of Fallow #C69B60
Tints of Fallow #C69B60
RGB
CMYK
RGB Variations
Color information
#C69B60 (or 0xC69B60) is known color: Fallow. HEX triplet: C6, 9B and 60. RGB value is (198,155,96). Sum of RGB (Red+Green+Blue) = 198+155+96=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 155 (60.94% from 255 or 34.52% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B60 is #39649F. Grayscale: #A1A1A1. Windows color (decimal): -3761312 or 6331334. OLE color: 6331334.
HSL color Cylindrical-coordinate representation of color #C69B60: hue angle of 34.71º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C69B60 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 96 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.22 |
| HSL | 34.71º | 0.47% | 0.58% | - |
| HSV(B) | 34.71º | 0.52% | 0.78% | - |
| XYZ | 37.12 | 36.29 | 16.12 | - |
| YUV | 161.13 | 91.25 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 96 | 0 | 0.22 | 0.52 | 0.22 | 34.71 | 0.47 | 0.58 |
| Hex | C6 | 9B | 60 | 0 | 16 | 34 | 16 | 23 | 2F | 3A |
| Octal | 306 | 233 | 140 | 0 | 26 | 64 | 26 | 43 | 57 | 72 |
| Binary | 11000110 | 10011011 | 1100000 | 0 | 10110 | 110100 | 10110 | 100011 | 101111 | 111010 |
Color Harmonies of #C69B60
Complementary color
Monochromatic Colors of #C69B60
Black with #C69B60
Text Example
Text Example
White with #C69B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B60; }
p { color: rgb(198,155,96); }
H1.HeaderClassName
{
color: #C69B60;
}
.AnyTagClassName
{
color: #C69B60;
}
</style>
background-color css
<style>
a { background-color: #C69B60; }
a { background-color: rgb(198,155,96); }
div.DivClassName
{
background-color: #C69B60;
}
.BgClassName
{
background-color: #C69B60;
}
</style>
border-color css
<style>
span { border-color: #C69B60; }
span { border-color: rgb(198,155,96); }
td.TdClassName
{
border-color: #C69B60;
}
.TagClassName
{
border-color: #C69B60;
}
</style>