Shades of Fallow #C69967
Tints of Fallow #C69967
RGB
CMYK
RGB Variations
Color information
#C69967 (or 0xC69967) is known color: Fallow. HEX triplet: C6, 99 and 67. RGB value is (198,153,103). Sum of RGB (Red+Green+Blue) = 198+153+103=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 103 (40.62% from 255 or 22.69% from 454); Max value from RGB is 198 - color contains mainly: red. Hex color #C69967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69967 is #396698. Grayscale: #A1A1A1. Windows color (decimal): -3761817 or 6789574. OLE color: 6789574.
HSL color Cylindrical-coordinate representation of color #C69967: hue angle of 31.58º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C69967 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 103 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.22 |
| HSL | 31.58º | 0.45% | 0.59% | - |
| HSV(B) | 31.58º | 0.48% | 0.78% | - |
| XYZ | 37.13 | 35.77 | 17.78 | - |
| YUV | 160.76 | 95.41 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 103 | 0 | 0.23 | 0.48 | 0.22 | 31.58 | 0.45 | 0.59 |
| Hex | C6 | 99 | 67 | 0 | 17 | 30 | 16 | 20 | 2D | 3B |
| Octal | 306 | 231 | 147 | 0 | 27 | 60 | 26 | 40 | 55 | 73 |
| Binary | 11000110 | 10011001 | 1100111 | 0 | 10111 | 110000 | 10110 | 100000 | 101101 | 111011 |
Color Harmonies of #C69967
Complementary color
Monochromatic Colors of #C69967
Black with #C69967
Text Example
Text Example
White with #C69967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69967; }
p { color: rgb(198,153,103); }
H1.HeaderClassName
{
color: #C69967;
}
.AnyTagClassName
{
color: #C69967;
}
</style>
background-color css
<style>
a { background-color: #C69967; }
a { background-color: rgb(198,153,103); }
div.DivClassName
{
background-color: #C69967;
}
.BgClassName
{
background-color: #C69967;
}
</style>
border-color css
<style>
span { border-color: #C69967; }
span { border-color: rgb(198,153,103); }
td.TdClassName
{
border-color: #C69967;
}
.TagClassName
{
border-color: #C69967;
}
</style>