Shades of Watercourse #096849
Tints of Watercourse #096849
RGB
CMYK
RGB Variations
Color information
#096849 (or 0x096849) is known color: Watercourse. HEX triplet: 09, 68 and 49. RGB value is (9,104,73). Sum of RGB (Red+Green+Blue) = 9+104+73=186 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.84% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 73 (28.91% from 255 or 39.25% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #096849 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096849 is #F697B6. Grayscale: #484848. Windows color (decimal): -16160695 or 4810761. OLE color: 4810761.
HSL color Cylindrical-coordinate representation of color #096849: hue angle of 160.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096849 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 73 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.59 |
| HSL | 160.42º | 0.84% | 0.22% | - |
| HSV(B) | 160.42º | 0.91% | 0.41% | - |
| XYZ | 6.27 | 10.44 | 7.99 | - |
| YUV | 72.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 73 | 0.91 | 0 | 0.30 | 0.59 | 160.42 | 0.84 | 0.22 |
| Hex | 9 | 68 | 49 | 5B | 0 | 1E | 3B | A0 | 54 | 16 |
| Octal | 11 | 150 | 111 | 133 | 0 | 36 | 73 | 240 | 124 | 26 |
| Binary | 1001 | 1101000 | 1001001 | 1011011 | 0 | 11110 | 111011 | 10100000 | 1010100 | 10110 |
Color Harmonies of #096849
Complementary color
Monochromatic Colors of #096849
Black with #096849
Text Example
Text Example
White with #096849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096849; }
p { color: rgb(9,104,73); }
H1.HeaderClassName
{
color: #096849;
}
.AnyTagClassName
{
color: #096849;
}
</style>
background-color css
<style>
a { background-color: #096849; }
a { background-color: rgb(9,104,73); }
div.DivClassName
{
background-color: #096849;
}
.BgClassName
{
background-color: #096849;
}
</style>
border-color css
<style>
span { border-color: #096849; }
span { border-color: rgb(9,104,73); }
td.TdClassName
{
border-color: #096849;
}
.TagClassName
{
border-color: #096849;
}
</style>