Shades of Fallow #C39669
Tints of Fallow #C39669
RGB
CMYK
RGB Variations
Color information
#C39669 (or 0xC39669) is known color: Fallow. HEX triplet: C3, 96 and 69. RGB value is (195,150,105). Sum of RGB (Red+Green+Blue) = 195+150+105=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 105 (41.41% from 255 or 23.33% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C39669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39669 is #3C6996. Grayscale: #9E9E9E. Windows color (decimal): -3959191 or 6919875. OLE color: 6919875.
HSL color Cylindrical-coordinate representation of color #C39669: hue angle of 30º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C39669 is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 105 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.24 |
| HSL | 30º | 0.43% | 0.59% | - |
| HSV(B) | 30º | 0.46% | 0.76% | - |
| XYZ | 35.96 | 34.43 | 18.12 | - |
| YUV | 158.33 | 97.91 | 154.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 105 | 0 | 0.23 | 0.46 | 0.24 | 30 | 0.43 | 0.59 |
| Hex | C3 | 96 | 69 | 0 | 17 | 2E | 18 | 1E | 2B | 3B |
| Octal | 303 | 226 | 151 | 0 | 27 | 56 | 30 | 36 | 53 | 73 |
| Binary | 11000011 | 10010110 | 1101001 | 0 | 10111 | 101110 | 11000 | 11110 | 101011 | 111011 |
Color Harmonies of #C39669
Complementary color
Monochromatic Colors of #C39669
Black with #C39669
Text Example
Text Example
White with #C39669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39669; }
p { color: rgb(195,150,105); }
H1.HeaderClassName
{
color: #C39669;
}
.AnyTagClassName
{
color: #C39669;
}
</style>
background-color css
<style>
a { background-color: #C39669; }
a { background-color: rgb(195,150,105); }
div.DivClassName
{
background-color: #C39669;
}
.BgClassName
{
background-color: #C39669;
}
</style>
border-color css
<style>
span { border-color: #C39669; }
span { border-color: rgb(195,150,105); }
td.TdClassName
{
border-color: #C39669;
}
.TagClassName
{
border-color: #C39669;
}
</style>