Shades of Fallow #C69673
Tints of Fallow #C69673
RGB
CMYK
RGB Variations
Color information
#C69673 (or 0xC69673) is known color: Fallow. HEX triplet: C6, 96 and 73. RGB value is (198,150,115). Sum of RGB (Red+Green+Blue) = 198+150+115=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 150 (58.98% from 255 or 32.40% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69673 is #39698C. Grayscale: #A0A0A0. Windows color (decimal): -3762573 or 7575238. OLE color: 7575238.
HSL color Cylindrical-coordinate representation of color #C69673: hue angle of 25.3º 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 #C69673 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 150 | 115 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.22 |
| HSL | 25.3º | 0.42% | 0.61% | - |
| HSV(B) | 25.3º | 0.42% | 0.78% | - |
| XYZ | 37.29 | 35.06 | 21.02 | - |
| YUV | 160.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 150 | 115 | 0 | 0.24 | 0.42 | 0.22 | 25.3 | 0.42 | 0.61 |
| Hex | C6 | 96 | 73 | 0 | 18 | 2A | 16 | 19 | 2A | 3D |
| Octal | 306 | 226 | 163 | 0 | 30 | 52 | 26 | 31 | 52 | 75 |
| Binary | 11000110 | 10010110 | 1110011 | 0 | 11000 | 101010 | 10110 | 11001 | 101010 | 111101 |
Color Harmonies of #C69673
Complementary color
Monochromatic Colors of #C69673
Black with #C69673
Text Example
Text Example
White with #C69673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69673; }
p { color: rgb(198,150,115); }
H1.HeaderClassName
{
color: #C69673;
}
.AnyTagClassName
{
color: #C69673;
}
</style>
background-color css
<style>
a { background-color: #C69673; }
a { background-color: rgb(198,150,115); }
div.DivClassName
{
background-color: #C69673;
}
.BgClassName
{
background-color: #C69673;
}
</style>
border-color css
<style>
span { border-color: #C69673; }
span { border-color: rgb(198,150,115); }
td.TdClassName
{
border-color: #C69673;
}
.TagClassName
{
border-color: #C69673;
}
</style>