Shades of Fallow #C39C6A
Tints of Fallow #C39C6A
RGB
CMYK
RGB Variations
Color information
#C39C6A (or 0xC39C6A) is known color: Fallow. HEX triplet: C3, 9C and 6A. RGB value is (195,156,106). Sum of RGB (Red+Green+Blue) = 195+156+106=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C6A is #3C6395. Grayscale: #A2A2A2. Windows color (decimal): -3957654 or 6986947. OLE color: 6986947.
HSL color Cylindrical-coordinate representation of color #C39C6A: hue angle of 33.71º 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 #C39C6A is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 106 | - |
| CMYK | 0 | 0.20 | 0.46 | 0.24 |
| HSL | 33.71º | 0.43% | 0.59% | - |
| HSV(B) | 33.71º | 0.46% | 0.76% | - |
| XYZ | 37 | 36.42 | 18.72 | - |
| YUV | 161.96 | 96.42 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 106 | 0 | 0.20 | 0.46 | 0.24 | 33.71 | 0.43 | 0.59 |
| Hex | C3 | 9C | 6A | 0 | 14 | 2E | 18 | 22 | 2B | 3B |
| Octal | 303 | 234 | 152 | 0 | 24 | 56 | 30 | 42 | 53 | 73 |
| Binary | 11000011 | 10011100 | 1101010 | 0 | 10100 | 101110 | 11000 | 100010 | 101011 | 111011 |
Color Harmonies of #C39C6A
Complementary color
Monochromatic Colors of #C39C6A
Black with #C39C6A
Text Example
Text Example
White with #C39C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C6A; }
p { color: rgb(195,156,106); }
H1.HeaderClassName
{
color: #C39C6A;
}
.AnyTagClassName
{
color: #C39C6A;
}
</style>
background-color css
<style>
a { background-color: #C39C6A; }
a { background-color: rgb(195,156,106); }
div.DivClassName
{
background-color: #C39C6A;
}
.BgClassName
{
background-color: #C39C6A;
}
</style>
border-color css
<style>
span { border-color: #C39C6A; }
span { border-color: rgb(195,156,106); }
td.TdClassName
{
border-color: #C39C6A;
}
.TagClassName
{
border-color: #C39C6A;
}
</style>