Shades of Fallow #C69766
Tints of Fallow #C69766
RGB
CMYK
RGB Variations
Color information
#C69766 (or 0xC69766) is known color: Fallow. HEX triplet: C6, 97 and 66. RGB value is (198,151,102). Sum of RGB (Red+Green+Blue) = 198+151+102=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 198 - color contains mainly: red. Hex color #C69766 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69766 is #396899. Grayscale: #9F9F9F. Windows color (decimal): -3762330 or 6723526. OLE color: 6723526.
HSL color Cylindrical-coordinate representation of color #C69766: hue angle of 30.63º degrees, saturation: 0.46, 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 #C69766 is Cyan = 0, Magento = 0.24, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 102 | - |
| CMYK | 0 | 0.24 | 0.48 | 0.22 |
| HSL | 30.63º | 0.46% | 0.59% | - |
| HSV(B) | 30.63º | 0.48% | 0.78% | - |
| XYZ | 36.75 | 35.1 | 17.41 | - |
| YUV | 159.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 102 | 0 | 0.24 | 0.48 | 0.22 | 30.63 | 0.46 | 0.59 |
| Hex | C6 | 97 | 66 | 0 | 18 | 30 | 16 | 1F | 2E | 3B |
| Octal | 306 | 227 | 146 | 0 | 30 | 60 | 26 | 37 | 56 | 73 |
| Binary | 11000110 | 10010111 | 1100110 | 0 | 11000 | 110000 | 10110 | 11111 | 101110 | 111011 |
Color Harmonies of #C69766
Complementary color
Monochromatic Colors of #C69766
Black with #C69766
Text Example
Text Example
White with #C69766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69766; }
p { color: rgb(198,151,102); }
H1.HeaderClassName
{
color: #C69766;
}
.AnyTagClassName
{
color: #C69766;
}
</style>
background-color css
<style>
a { background-color: #C69766; }
a { background-color: rgb(198,151,102); }
div.DivClassName
{
background-color: #C69766;
}
.BgClassName
{
background-color: #C69766;
}
</style>
border-color css
<style>
span { border-color: #C69766; }
span { border-color: rgb(198,151,102); }
td.TdClassName
{
border-color: #C69766;
}
.TagClassName
{
border-color: #C69766;
}
</style>