Shades of Fallow #C69C73
Tints of Fallow #C69C73
RGB
CMYK
RGB Variations
Color information
#C69C73 (or 0xC69C73) is known color: Fallow. HEX triplet: C6, 9C and 73. RGB value is (198,156,115). Sum of RGB (Red+Green+Blue) = 198+156+115=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69C73 is #39638C. Grayscale: #A4A4A4. Windows color (decimal): -3761037 or 7576774. OLE color: 7576774.
HSL color Cylindrical-coordinate representation of color #C69C73: hue angle of 29.64º 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 #C69C73 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 115 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.22 |
| HSL | 29.64º | 0.42% | 0.61% | - |
| HSV(B) | 29.64º | 0.42% | 0.78% | - |
| XYZ | 38.27 | 37.02 | 21.35 | - |
| YUV | 163.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 115 | 0 | 0.21 | 0.42 | 0.22 | 29.64 | 0.42 | 0.61 |
| Hex | C6 | 9C | 73 | 0 | 15 | 2A | 16 | 1E | 2A | 3D |
| Octal | 306 | 234 | 163 | 0 | 25 | 52 | 26 | 36 | 52 | 75 |
| Binary | 11000110 | 10011100 | 1110011 | 0 | 10101 | 101010 | 10110 | 11110 | 101010 | 111101 |
Color Harmonies of #C69C73
Complementary color
Monochromatic Colors of #C69C73
Black with #C69C73
Text Example
Text Example
White with #C69C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69C73; }
p { color: rgb(198,156,115); }
H1.HeaderClassName
{
color: #C69C73;
}
.AnyTagClassName
{
color: #C69C73;
}
</style>
background-color css
<style>
a { background-color: #C69C73; }
a { background-color: rgb(198,156,115); }
div.DivClassName
{
background-color: #C69C73;
}
.BgClassName
{
background-color: #C69C73;
}
</style>
border-color css
<style>
span { border-color: #C69C73; }
span { border-color: rgb(198,156,115); }
td.TdClassName
{
border-color: #C69C73;
}
.TagClassName
{
border-color: #C69C73;
}
</style>