Shades of Watercourse #09664C
Tints of Watercourse #09664C
RGB
CMYK
RGB Variations
Color information
#09664C (or 0x09664C) is known color: Watercourse. HEX triplet: 09, 66 and 4C. RGB value is (9,102,76). Sum of RGB (Red+Green+Blue) = 9+102+76=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 102 (40.23% from 255 or 54.55% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 102 - color contains mainly: green. Hex color #09664C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09664C is #F699B3. Grayscale: #474747. Windows color (decimal): -16161204 or 5006857. OLE color: 5006857.
HSL color Cylindrical-coordinate representation of color #09664C: hue angle of 163.23º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09664C is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 76 | - |
| CMYK | 0.91 | 0 | 0.25 | 0.6 |
| HSL | 163.23º | 0.84% | 0.22% | - |
| HSV(B) | 163.23º | 0.91% | 0.4% | - |
| XYZ | 6.17 | 10.08 | 8.46 | - |
| YUV | 71.23 | 130.69 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 76 | 0.91 | 0 | 0.25 | 0.6 | 163.23 | 0.84 | 0.22 |
| Hex | 9 | 66 | 4C | 5B | 0 | 19 | 3C | A3 | 54 | 16 |
| Octal | 11 | 146 | 114 | 133 | 0 | 31 | 74 | 243 | 124 | 26 |
| Binary | 1001 | 1100110 | 1001100 | 1011011 | 0 | 11001 | 111100 | 10100011 | 1010100 | 10110 |
Color Harmonies of #09664C
Complementary color
Monochromatic Colors of #09664C
Black with #09664C
Text Example
Text Example
White with #09664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09664C; }
p { color: rgb(9,102,76); }
H1.HeaderClassName
{
color: #09664C;
}
.AnyTagClassName
{
color: #09664C;
}
</style>
background-color css
<style>
a { background-color: #09664C; }
a { background-color: rgb(9,102,76); }
div.DivClassName
{
background-color: #09664C;
}
.BgClassName
{
background-color: #09664C;
}
</style>
border-color css
<style>
span { border-color: #09664C; }
span { border-color: rgb(9,102,76); }
td.TdClassName
{
border-color: #09664C;
}
.TagClassName
{
border-color: #09664C;
}
</style>