Shades of Watercourse #09644A
Tints of Watercourse #09644A
RGB
CMYK
RGB Variations
Color information
#09644A (or 0x09644A) is known color: Watercourse. HEX triplet: 09, 64 and 4A. RGB value is (9,100,74). Sum of RGB (Red+Green+Blue) = 9+100+74=183 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.92% from 183); Green value is 100 (39.45% from 255 or 54.64% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 100 - color contains mainly: green. Hex color #09644A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09644A is #F69BB5. Grayscale: #454545. Windows color (decimal): -16161718 or 4875273. OLE color: 4875273.
HSL color Cylindrical-coordinate representation of color #09644A: hue angle of 162.86º 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 #09644A is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 74 | - |
| CMYK | 0.91 | 0 | 0.26 | 0.61 |
| HSL | 162.86º | 0.83% | 0.21% | - |
| HSV(B) | 162.86º | 0.91% | 0.39% | - |
| XYZ | 5.91 | 9.67 | 8.03 | - |
| YUV | 69.83 | 130.35 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 74 | 0.91 | 0 | 0.26 | 0.61 | 162.86 | 0.83 | 0.21 |
| Hex | 9 | 64 | 4A | 5B | 0 | 1A | 3D | A3 | 53 | 15 |
| Octal | 11 | 144 | 112 | 133 | 0 | 32 | 75 | 243 | 123 | 25 |
| Binary | 1001 | 1100100 | 1001010 | 1011011 | 0 | 11010 | 111101 | 10100011 | 1010011 | 10101 |
Color Harmonies of #09644A
Complementary color
Monochromatic Colors of #09644A
Black with #09644A
Text Example
Text Example
White with #09644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09644A; }
p { color: rgb(9,100,74); }
H1.HeaderClassName
{
color: #09644A;
}
.AnyTagClassName
{
color: #09644A;
}
</style>
background-color css
<style>
a { background-color: #09644A; }
a { background-color: rgb(9,100,74); }
div.DivClassName
{
background-color: #09644A;
}
.BgClassName
{
background-color: #09644A;
}
</style>
border-color css
<style>
span { border-color: #09644A; }
span { border-color: rgb(9,100,74); }
td.TdClassName
{
border-color: #09644A;
}
.TagClassName
{
border-color: #09644A;
}
</style>