Shades of Fallow #C69267
Tints of Fallow #C69267
RGB
CMYK
RGB Variations
Color information
#C69267 (or 0xC69267) is known color: Fallow. HEX triplet: C6, 92 and 67. RGB value is (198,146,103). Sum of RGB (Red+Green+Blue) = 198+146+103=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C69267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69267 is #396D98. Grayscale: #9C9C9C. Windows color (decimal): -3763609 or 6787782. OLE color: 6787782.
HSL color Cylindrical-coordinate representation of color #C69267: hue angle of 27.16º 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 #C69267 is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 146 | 103 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.22 |
| HSL | 27.16º | 0.45% | 0.59% | - |
| HSV(B) | 27.16º | 0.48% | 0.78% | - |
| XYZ | 36.02 | 33.54 | 17.41 | - |
| YUV | 156.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 146 | 103 | 0 | 0.26 | 0.48 | 0.22 | 27.16 | 0.45 | 0.59 |
| Hex | C6 | 92 | 67 | 0 | 1A | 30 | 16 | 1B | 2D | 3B |
| Octal | 306 | 222 | 147 | 0 | 32 | 60 | 26 | 33 | 55 | 73 |
| Binary | 11000110 | 10010010 | 1100111 | 0 | 11010 | 110000 | 10110 | 11011 | 101101 | 111011 |
Color Harmonies of #C69267
Complementary color
Monochromatic Colors of #C69267
Black with #C69267
Text Example
Text Example
White with #C69267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69267; }
p { color: rgb(198,146,103); }
H1.HeaderClassName
{
color: #C69267;
}
.AnyTagClassName
{
color: #C69267;
}
</style>
background-color css
<style>
a { background-color: #C69267; }
a { background-color: rgb(198,146,103); }
div.DivClassName
{
background-color: #C69267;
}
.BgClassName
{
background-color: #C69267;
}
</style>
border-color css
<style>
span { border-color: #C69267; }
span { border-color: rgb(198,146,103); }
td.TdClassName
{
border-color: #C69267;
}
.TagClassName
{
border-color: #C69267;
}
</style>