Shades of Fallow #C69562
Tints of Fallow #C69562
RGB
CMYK
RGB Variations
Color information
#C69562 (or 0xC69562) is known color: Fallow. HEX triplet: C6, 95 and 62. RGB value is (198,149,98). Sum of RGB (Red+Green+Blue) = 198+149+98=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 198 - color contains mainly: red. Hex color #C69562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69562 is #396A9D. Grayscale: #9E9E9E. Windows color (decimal): -3762846 or 6460870. OLE color: 6460870.
HSL color Cylindrical-coordinate representation of color #C69562: hue angle of 30.6º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C69562 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 98 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.22 |
| HSL | 30.6º | 0.47% | 0.58% | - |
| HSV(B) | 30.6º | 0.51% | 0.78% | - |
| XYZ | 36.24 | 34.38 | 16.28 | - |
| YUV | 157.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 98 | 0 | 0.25 | 0.51 | 0.22 | 30.6 | 0.47 | 0.58 |
| Hex | C6 | 95 | 62 | 0 | 19 | 33 | 16 | 1F | 2F | 3A |
| Octal | 306 | 225 | 142 | 0 | 31 | 63 | 26 | 37 | 57 | 72 |
| Binary | 11000110 | 10010101 | 1100010 | 0 | 11001 | 110011 | 10110 | 11111 | 101111 | 111010 |
Color Harmonies of #C69562
Complementary color
Monochromatic Colors of #C69562
Black with #C69562
Text Example
Text Example
White with #C69562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69562; }
p { color: rgb(198,149,98); }
H1.HeaderClassName
{
color: #C69562;
}
.AnyTagClassName
{
color: #C69562;
}
</style>
background-color css
<style>
a { background-color: #C69562; }
a { background-color: rgb(198,149,98); }
div.DivClassName
{
background-color: #C69562;
}
.BgClassName
{
background-color: #C69562;
}
</style>
border-color css
<style>
span { border-color: #C69562; }
span { border-color: rgb(198,149,98); }
td.TdClassName
{
border-color: #C69562;
}
.TagClassName
{
border-color: #C69562;
}
</style>