Shades of Fallow #C69B73
Tints of Fallow #C69B73
RGB
CMYK
RGB Variations
Color information
#C69B73 (or 0xC69B73) is known color: Fallow. HEX triplet: C6, 9B and 73. RGB value is (198,155,115). Sum of RGB (Red+Green+Blue) = 198+155+115=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C69B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69B73 is #39648C. Grayscale: #A3A3A3. Windows color (decimal): -3761293 or 7576518. OLE color: 7576518.
HSL color Cylindrical-coordinate representation of color #C69B73: hue angle of 28.92º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C69B73 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 155 | 115 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.22 |
| HSL | 28.92º | 0.42% | 0.61% | - |
| HSV(B) | 28.92º | 0.42% | 0.78% | - |
| XYZ | 38.1 | 36.69 | 21.29 | - |
| YUV | 163.3 | 100.75 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 155 | 115 | 0 | 0.22 | 0.42 | 0.22 | 28.92 | 0.42 | 0.61 |
| Hex | C6 | 9B | 73 | 0 | 16 | 2A | 16 | 1D | 2A | 3D |
| Octal | 306 | 233 | 163 | 0 | 26 | 52 | 26 | 35 | 52 | 75 |
| Binary | 11000110 | 10011011 | 1110011 | 0 | 10110 | 101010 | 10110 | 11101 | 101010 | 111101 |
Color Harmonies of #C69B73
Complementary color
Monochromatic Colors of #C69B73
Black with #C69B73
Text Example
Text Example
White with #C69B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69B73; }
p { color: rgb(198,155,115); }
H1.HeaderClassName
{
color: #C69B73;
}
.AnyTagClassName
{
color: #C69B73;
}
</style>
background-color css
<style>
a { background-color: #C69B73; }
a { background-color: rgb(198,155,115); }
div.DivClassName
{
background-color: #C69B73;
}
.BgClassName
{
background-color: #C69B73;
}
</style>
border-color css
<style>
span { border-color: #C69B73; }
span { border-color: rgb(198,155,115); }
td.TdClassName
{
border-color: #C69B73;
}
.TagClassName
{
border-color: #C69B73;
}
</style>