Shades of Fallow #C09C6B
Tints of Fallow #C09C6B
RGB
CMYK
RGB Variations
Color information
#C09C6B (or 0xC09C6B) is known color: Fallow. HEX triplet: C0, 9C and 6B. RGB value is (192,156,107). Sum of RGB (Red+Green+Blue) = 192+156+107=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C09C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09C6B is #3F6394. Grayscale: #A1A1A1. Windows color (decimal): -4154261 or 7052480. OLE color: 7052480.
HSL color Cylindrical-coordinate representation of color #C09C6B: hue angle of 34.59º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C09C6B is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 156 | 107 | - |
| CMYK | 0 | 0.19 | 0.44 | 0.25 |
| HSL | 34.59º | 0.4% | 0.59% | - |
| HSV(B) | 34.59º | 0.44% | 0.75% | - |
| XYZ | 36.28 | 36.04 | 18.96 | - |
| YUV | 161.18 | 97.43 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 107 | 0 | 0.19 | 0.44 | 0.25 | 34.59 | 0.4 | 0.59 |
| Hex | C0 | 9C | 6B | 0 | 13 | 2C | 19 | 23 | 28 | 3B |
| Octal | 300 | 234 | 153 | 0 | 23 | 54 | 31 | 43 | 50 | 73 |
| Binary | 11000000 | 10011100 | 1101011 | 0 | 10011 | 101100 | 11001 | 100011 | 101000 | 111011 |
Color Harmonies of #C09C6B
Complementary color
Monochromatic Colors of #C09C6B
Black with #C09C6B
Text Example
Text Example
White with #C09C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09C6B; }
p { color: rgb(192,156,107); }
H1.HeaderClassName
{
color: #C09C6B;
}
.AnyTagClassName
{
color: #C09C6B;
}
</style>
background-color css
<style>
a { background-color: #C09C6B; }
a { background-color: rgb(192,156,107); }
div.DivClassName
{
background-color: #C09C6B;
}
.BgClassName
{
background-color: #C09C6B;
}
</style>
border-color css
<style>
span { border-color: #C09C6B; }
span { border-color: rgb(192,156,107); }
td.TdClassName
{
border-color: #C09C6B;
}
.TagClassName
{
border-color: #C09C6B;
}
</style>