Shades of Fallow #C69D62
Tints of Fallow #C69D62
RGB
CMYK
RGB Variations
Color information
#C69D62 (or 0xC69D62) is known color: Fallow. HEX triplet: C6, 9D and 62. RGB value is (198,157,98). Sum of RGB (Red+Green+Blue) = 198+157+98=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 157 (61.72% from 255 or 34.66% from 453); Blue value is 98 (38.67% from 255 or 21.63% from 453); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69D62 is #39629D. Grayscale: #A2A2A2. Windows color (decimal): -3760798 or 6462918. OLE color: 6462918.
HSL color Cylindrical-coordinate representation of color #C69D62: hue angle of 35.4º 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 #C69D62 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 157 | 98 | - |
| CMYK | 0 | 0.21 | 0.51 | 0.22 |
| HSL | 35.4º | 0.47% | 0.58% | - |
| HSV(B) | 35.4º | 0.51% | 0.78% | - |
| XYZ | 37.55 | 37 | 16.72 | - |
| YUV | 162.53 | 91.58 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 157 | 98 | 0 | 0.21 | 0.51 | 0.22 | 35.4 | 0.47 | 0.58 |
| Hex | C6 | 9D | 62 | 0 | 15 | 33 | 16 | 23 | 2F | 3A |
| Octal | 306 | 235 | 142 | 0 | 25 | 63 | 26 | 43 | 57 | 72 |
| Binary | 11000110 | 10011101 | 1100010 | 0 | 10101 | 110011 | 10110 | 100011 | 101111 | 111010 |
Color Harmonies of #C69D62
Complementary color
Monochromatic Colors of #C69D62
Black with #C69D62
Text Example
Text Example
White with #C69D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69D62; }
p { color: rgb(198,157,98); }
H1.HeaderClassName
{
color: #C69D62;
}
.AnyTagClassName
{
color: #C69D62;
}
</style>
background-color css
<style>
a { background-color: #C69D62; }
a { background-color: rgb(198,157,98); }
div.DivClassName
{
background-color: #C69D62;
}
.BgClassName
{
background-color: #C69D62;
}
</style>
border-color css
<style>
span { border-color: #C69D62; }
span { border-color: rgb(198,157,98); }
td.TdClassName
{
border-color: #C69D62;
}
.TagClassName
{
border-color: #C69D62;
}
</style>