Shades of Watercourse #09644C
Tints of Watercourse #09644C
RGB
CMYK
RGB Variations
Color information
#09644C (or 0x09644C) is known color: Watercourse. HEX triplet: 09, 64 and 4C. RGB value is (9,100,76). Sum of RGB (Red+Green+Blue) = 9+100+76=185 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.86% from 185); Green value is 100 (39.45% from 255 or 54.05% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 100 - color contains mainly: green. Hex color #09644C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09644C is #F69BB3. Grayscale: #464646. Windows color (decimal): -16161716 or 5006345. OLE color: 5006345.
HSL color Cylindrical-coordinate representation of color #09644C: hue angle of 164.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09644C is Cyan = 0.91, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 76 | - |
| CMYK | 0.91 | 0 | 0.24 | 0.61 |
| HSL | 164.18º | 0.83% | 0.21% | - |
| HSV(B) | 164.18º | 0.91% | 0.39% | - |
| XYZ | 5.97 | 9.69 | 8.39 | - |
| YUV | 70.06 | 131.35 | 84.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 76 | 0.91 | 0 | 0.24 | 0.61 | 164.18 | 0.83 | 0.21 |
| Hex | 9 | 64 | 4C | 5B | 0 | 18 | 3D | A4 | 53 | 15 |
| Octal | 11 | 144 | 114 | 133 | 0 | 30 | 75 | 244 | 123 | 25 |
| Binary | 1001 | 1100100 | 1001100 | 1011011 | 0 | 11000 | 111101 | 10100100 | 1010011 | 10101 |
Color Harmonies of #09644C
Complementary color
Monochromatic Colors of #09644C
Black with #09644C
Text Example
Text Example
White with #09644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09644C; }
p { color: rgb(9,100,76); }
H1.HeaderClassName
{
color: #09644C;
}
.AnyTagClassName
{
color: #09644C;
}
</style>
background-color css
<style>
a { background-color: #09644C; }
a { background-color: rgb(9,100,76); }
div.DivClassName
{
background-color: #09644C;
}
.BgClassName
{
background-color: #09644C;
}
</style>
border-color css
<style>
span { border-color: #09644C; }
span { border-color: rgb(9,100,76); }
td.TdClassName
{
border-color: #09644C;
}
.TagClassName
{
border-color: #09644C;
}
</style>