Shades of Fallow #C39668
Tints of Fallow #C39668
RGB
CMYK
RGB Variations
Color information
#C39668 (or 0xC39668) is known color: Fallow. HEX triplet: C3, 96 and 68. RGB value is (195,150,104). Sum of RGB (Red+Green+Blue) = 195+150+104=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C39668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39668 is #3C6997. Grayscale: #9E9E9E. Windows color (decimal): -3959192 or 6854339. OLE color: 6854339.
HSL color Cylindrical-coordinate representation of color #C39668: hue angle of 30.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C39668 is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 104 | - |
| CMYK | 0 | 0.23 | 0.47 | 0.24 |
| HSL | 30.33º | 0.43% | 0.59% | - |
| HSV(B) | 30.33º | 0.47% | 0.76% | - |
| XYZ | 35.91 | 34.41 | 17.85 | - |
| YUV | 158.21 | 97.41 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 104 | 0 | 0.23 | 0.47 | 0.24 | 30.33 | 0.43 | 0.59 |
| Hex | C3 | 96 | 68 | 0 | 17 | 2F | 18 | 1E | 2B | 3B |
| Octal | 303 | 226 | 150 | 0 | 27 | 57 | 30 | 36 | 53 | 73 |
| Binary | 11000011 | 10010110 | 1101000 | 0 | 10111 | 101111 | 11000 | 11110 | 101011 | 111011 |
Color Harmonies of #C39668
Complementary color
Monochromatic Colors of #C39668
Black with #C39668
Text Example
Text Example
White with #C39668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39668; }
p { color: rgb(195,150,104); }
H1.HeaderClassName
{
color: #C39668;
}
.AnyTagClassName
{
color: #C39668;
}
</style>
background-color css
<style>
a { background-color: #C39668; }
a { background-color: rgb(195,150,104); }
div.DivClassName
{
background-color: #C39668;
}
.BgClassName
{
background-color: #C39668;
}
</style>
border-color css
<style>
span { border-color: #C39668; }
span { border-color: rgb(195,150,104); }
td.TdClassName
{
border-color: #C39668;
}
.TagClassName
{
border-color: #C39668;
}
</style>