Shades of Fallow #C09B67
Tints of Fallow #C09B67
RGB
CMYK
RGB Variations
Color information
#C09B67 (or 0xC09B67) is known color: Fallow. HEX triplet: C0, 9B and 67. RGB value is (192,155,103). Sum of RGB (Red+Green+Blue) = 192+155+103=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 103 (40.62% from 255 or 22.89% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C09B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09B67 is #3F6498. Grayscale: #A0A0A0. Windows color (decimal): -4154521 or 6790080. OLE color: 6790080.
HSL color Cylindrical-coordinate representation of color #C09B67: hue angle of 35.06º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C09B67 is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 155 | 103 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.25 |
| HSL | 35.06º | 0.41% | 0.58% | - |
| HSV(B) | 35.06º | 0.46% | 0.75% | - |
| XYZ | 35.91 | 35.63 | 17.82 | - |
| YUV | 160.14 | 95.76 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 103 | 0 | 0.19 | 0.46 | 0.25 | 35.06 | 0.41 | 0.58 |
| Hex | C0 | 9B | 67 | 0 | 13 | 2E | 19 | 23 | 29 | 3A |
| Octal | 300 | 233 | 147 | 0 | 23 | 56 | 31 | 43 | 51 | 72 |
| Binary | 11000000 | 10011011 | 1100111 | 0 | 10011 | 101110 | 11001 | 100011 | 101001 | 111010 |
Color Harmonies of #C09B67
Complementary color
Monochromatic Colors of #C09B67
Black with #C09B67
Text Example
Text Example
White with #C09B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09B67; }
p { color: rgb(192,155,103); }
H1.HeaderClassName
{
color: #C09B67;
}
.AnyTagClassName
{
color: #C09B67;
}
</style>
background-color css
<style>
a { background-color: #C09B67; }
a { background-color: rgb(192,155,103); }
div.DivClassName
{
background-color: #C09B67;
}
.BgClassName
{
background-color: #C09B67;
}
</style>
border-color css
<style>
span { border-color: #C09B67; }
span { border-color: rgb(192,155,103); }
td.TdClassName
{
border-color: #C09B67;
}
.TagClassName
{
border-color: #C09B67;
}
</style>