Shades of Fallow #C39673
Tints of Fallow #C39673
RGB
CMYK
RGB Variations
Color information
#C39673 (or 0xC39673) is known color: Fallow. HEX triplet: C3, 96 and 73. RGB value is (195,150,115). Sum of RGB (Red+Green+Blue) = 195+150+115=460 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.39% from 460); Green value is 150 (58.98% from 255 or 32.61% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 195 - color contains mainly: red. Hex color #C39673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39673 is #3C698C. Grayscale: #9F9F9F. Windows color (decimal): -3959181 or 7575235. OLE color: 7575235.
HSL color Cylindrical-coordinate representation of color #C39673: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C39673 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 115 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.24 |
| HSL | 26.25º | 0.4% | 0.61% | - |
| HSV(B) | 26.25º | 0.41% | 0.76% | - |
| XYZ | 36.51 | 34.65 | 20.98 | - |
| YUV | 159.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 115 | 0 | 0.23 | 0.41 | 0.24 | 26.25 | 0.4 | 0.61 |
| Hex | C3 | 96 | 73 | 0 | 17 | 29 | 18 | 1A | 28 | 3D |
| Octal | 303 | 226 | 163 | 0 | 27 | 51 | 30 | 32 | 50 | 75 |
| Binary | 11000011 | 10010110 | 1110011 | 0 | 10111 | 101001 | 11000 | 11010 | 101000 | 111101 |
Color Harmonies of #C39673
Complementary color
Monochromatic Colors of #C39673
Black with #C39673
Text Example
Text Example
White with #C39673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39673; }
p { color: rgb(195,150,115); }
H1.HeaderClassName
{
color: #C39673;
}
.AnyTagClassName
{
color: #C39673;
}
</style>
background-color css
<style>
a { background-color: #C39673; }
a { background-color: rgb(195,150,115); }
div.DivClassName
{
background-color: #C39673;
}
.BgClassName
{
background-color: #C39673;
}
</style>
border-color css
<style>
span { border-color: #C39673; }
span { border-color: rgb(195,150,115); }
td.TdClassName
{
border-color: #C39673;
}
.TagClassName
{
border-color: #C39673;
}
</style>