Shades of Fallow #C69B70
Tints of Fallow #C69B70
RGB
CMYK
RGB Variations
Color information
#C69B70 (or 0xC69B70) is known color: Fallow. HEX triplet: C6, 9B and 70. RGB value is (198,155,112). Sum of RGB (Red+Green+Blue) = 198+155+112=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B70 is #39648F. Grayscale: #A3A3A3. Windows color (decimal): -3761296 or 7379910. OLE color: 7379910.
HSL color Cylindrical-coordinate representation of color #C69B70: hue angle of 30º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C69B70 is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 112 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.22 |
| HSL | 30º | 0.43% | 0.61% | - |
| HSV(B) | 30º | 0.43% | 0.78% | - |
| XYZ | 37.93 | 36.62 | 20.4 | - |
| YUV | 162.96 | 99.25 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 112 | 0 | 0.22 | 0.43 | 0.22 | 30 | 0.43 | 0.61 |
| Hex | C6 | 9B | 70 | 0 | 16 | 2B | 16 | 1E | 2B | 3D |
| Octal | 306 | 233 | 160 | 0 | 26 | 53 | 26 | 36 | 53 | 75 |
| Binary | 11000110 | 10011011 | 1110000 | 0 | 10110 | 101011 | 10110 | 11110 | 101011 | 111101 |
Color Harmonies of #C69B70
Complementary color
Monochromatic Colors of #C69B70
Black with #C69B70
Text Example
Text Example
White with #C69B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B70; }
p { color: rgb(198,155,112); }
H1.HeaderClassName
{
color: #C69B70;
}
.AnyTagClassName
{
color: #C69B70;
}
</style>
background-color css
<style>
a { background-color: #C69B70; }
a { background-color: rgb(198,155,112); }
div.DivClassName
{
background-color: #C69B70;
}
.BgClassName
{
background-color: #C69B70;
}
</style>
border-color css
<style>
span { border-color: #C69B70; }
span { border-color: rgb(198,155,112); }
td.TdClassName
{
border-color: #C69B70;
}
.TagClassName
{
border-color: #C69B70;
}
</style>