Shades of Fallow #C69F72
Tints of Fallow #C69F72
RGB
CMYK
RGB Variations
Color information
#C69F72 (or 0xC69F72) is known color: Fallow. HEX triplet: C6, 9F and 72. RGB value is (198,159,114). Sum of RGB (Red+Green+Blue) = 198+159+114=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F72 is #39608D. Grayscale: #A5A5A5. Windows color (decimal): -3760270 or 7512006. OLE color: 7512006.
HSL color Cylindrical-coordinate representation of color #C69F72: hue angle of 32.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C69F72 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 114 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.22 |
| HSL | 32.14º | 0.42% | 0.61% | - |
| HSV(B) | 32.14º | 0.42% | 0.78% | - |
| XYZ | 38.72 | 38.02 | 21.22 | - |
| YUV | 165.53 | 98.92 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 114 | 0 | 0.20 | 0.42 | 0.22 | 32.14 | 0.42 | 0.61 |
| Hex | C6 | 9F | 72 | 0 | 14 | 2A | 16 | 20 | 2A | 3D |
| Octal | 306 | 237 | 162 | 0 | 24 | 52 | 26 | 40 | 52 | 75 |
| Binary | 11000110 | 10011111 | 1110010 | 0 | 10100 | 101010 | 10110 | 100000 | 101010 | 111101 |
Color Harmonies of #C69F72
Complementary color
Monochromatic Colors of #C69F72
Black with #C69F72
Text Example
Text Example
White with #C69F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F72; }
p { color: rgb(198,159,114); }
H1.HeaderClassName
{
color: #C69F72;
}
.AnyTagClassName
{
color: #C69F72;
}
</style>
background-color css
<style>
a { background-color: #C69F72; }
a { background-color: rgb(198,159,114); }
div.DivClassName
{
background-color: #C69F72;
}
.BgClassName
{
background-color: #C69F72;
}
</style>
border-color css
<style>
span { border-color: #C69F72; }
span { border-color: rgb(198,159,114); }
td.TdClassName
{
border-color: #C69F72;
}
.TagClassName
{
border-color: #C69F72;
}
</style>