Shades of Watercourse #0D6350
Tints of Watercourse #0D6350
RGB
CMYK
RGB Variations
Color information
#0D6350 (or 0x0D6350) is known color: Watercourse. HEX triplet: 0D, 63 and 50. RGB value is (13,99,80). Sum of RGB (Red+Green+Blue) = 13+99+80=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 99 (39.06% from 255 or 51.56% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 99 - color contains mainly: green. Hex color #0D6350 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6350 is #F29CAF. Grayscale: #474747. Windows color (decimal): -15899824 or 5268237. OLE color: 5268237.
HSL color Cylindrical-coordinate representation of color #0D6350: hue angle of 166.74º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0D6350 is Cyan = 0.87, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 13 | 99 | 80 | - |
| CMYK | 0.87 | 0 | 0.19 | 0.61 |
| HSL | 166.74º | 0.77% | 0.22% | - |
| HSV(B) | 166.74º | 0.87% | 0.39% | - |
| XYZ | 6.08 | 9.59 | 9.12 | - |
| YUV | 71.12 | 133.01 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 80 | 0.87 | 0 | 0.19 | 0.61 | 166.74 | 0.77 | 0.22 |
| Hex | D | 63 | 50 | 57 | 0 | 13 | 3D | A7 | 4D | 16 |
| Octal | 15 | 143 | 120 | 127 | 0 | 23 | 75 | 247 | 115 | 26 |
| Binary | 1101 | 1100011 | 1010000 | 1010111 | 0 | 10011 | 111101 | 10100111 | 1001101 | 10110 |
Color Harmonies of #0D6350
Complementary color
Monochromatic Colors of #0D6350
Black with #0D6350
Text Example
Text Example
White with #0D6350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D6350; }
p { color: rgb(13,99,80); }
H1.HeaderClassName
{
color: #0D6350;
}
.AnyTagClassName
{
color: #0D6350;
}
</style>
background-color css
<style>
a { background-color: #0D6350; }
a { background-color: rgb(13,99,80); }
div.DivClassName
{
background-color: #0D6350;
}
.BgClassName
{
background-color: #0D6350;
}
</style>
border-color css
<style>
span { border-color: #0D6350; }
span { border-color: rgb(13,99,80); }
td.TdClassName
{
border-color: #0D6350;
}
.TagClassName
{
border-color: #0D6350;
}
</style>