Shades of Fallow #C39672
Tints of Fallow #C39672
RGB
CMYK
RGB Variations
Color information
#C39672 (or 0xC39672) is known color: Fallow. HEX triplet: C3, 96 and 72. RGB value is (195,150,114). Sum of RGB (Red+Green+Blue) = 195+150+114=459 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.48% from 459); Green value is 150 (58.98% from 255 or 32.68% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 195 - color contains mainly: red. Hex color #C39672 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39672 is #3C698D. Grayscale: #9F9F9F. Windows color (decimal): -3959182 or 7509699. OLE color: 7509699.
HSL color Cylindrical-coordinate representation of color #C39672: hue angle of 26.67º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C39672 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 114 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.24 |
| HSL | 26.67º | 0.4% | 0.61% | - |
| HSV(B) | 26.67º | 0.42% | 0.76% | - |
| XYZ | 36.45 | 34.63 | 20.68 | - |
| YUV | 159.35 | 102.41 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 114 | 0 | 0.23 | 0.42 | 0.24 | 26.67 | 0.4 | 0.61 |
| Hex | C3 | 96 | 72 | 0 | 17 | 2A | 18 | 1B | 28 | 3D |
| Octal | 303 | 226 | 162 | 0 | 27 | 52 | 30 | 33 | 50 | 75 |
| Binary | 11000011 | 10010110 | 1110010 | 0 | 10111 | 101010 | 11000 | 11011 | 101000 | 111101 |
Color Harmonies of #C39672
Complementary color
Monochromatic Colors of #C39672
Black with #C39672
Text Example
Text Example
White with #C39672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39672; }
p { color: rgb(195,150,114); }
H1.HeaderClassName
{
color: #C39672;
}
.AnyTagClassName
{
color: #C39672;
}
</style>
background-color css
<style>
a { background-color: #C39672; }
a { background-color: rgb(195,150,114); }
div.DivClassName
{
background-color: #C39672;
}
.BgClassName
{
background-color: #C39672;
}
</style>
border-color css
<style>
span { border-color: #C39672; }
span { border-color: rgb(195,150,114); }
td.TdClassName
{
border-color: #C39672;
}
.TagClassName
{
border-color: #C39672;
}
</style>