Shades of Watercourse #065845
Tints of Watercourse #065845
RGB
CMYK
RGB Variations
Color information
#065845 (or 0x065845) is known color: Watercourse. HEX triplet: 06, 58 and 45. RGB value is (6,88,69). Sum of RGB (Red+Green+Blue) = 6+88+69=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 69 (27.34% from 255 or 42.33% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #065845 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065845 is #F9A7BA. Grayscale: #3D3D3D. Windows color (decimal): -16361403 or 4544518. OLE color: 4544518.
HSL color Cylindrical-coordinate representation of color #065845: hue angle of 166.1º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065845 is Cyan = 0.93, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 88 | 69 | - |
| CMYK | 0.93 | 0 | 0.22 | 0.65 |
| HSL | 166.1º | 0.87% | 0.18% | - |
| HSV(B) | 166.1º | 0.93% | 0.35% | - |
| XYZ | 4.64 | 7.45 | 6.82 | - |
| YUV | 61.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 88 | 69 | 0.93 | 0 | 0.22 | 0.65 | 166.1 | 0.87 | 0.18 |
| Hex | 6 | 58 | 45 | 5D | 0 | 16 | 41 | A6 | 57 | 12 |
| Octal | 6 | 130 | 105 | 135 | 0 | 26 | 101 | 246 | 127 | 22 |
| Binary | 110 | 1011000 | 1000101 | 1011101 | 0 | 10110 | 1000001 | 10100110 | 1010111 | 10010 |
Color Harmonies of #065845
Complementary color
Monochromatic Colors of #065845
Black with #065845
Text Example
Text Example
White with #065845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065845; }
p { color: rgb(6,88,69); }
H1.HeaderClassName
{
color: #065845;
}
.AnyTagClassName
{
color: #065845;
}
</style>
background-color css
<style>
a { background-color: #065845; }
a { background-color: rgb(6,88,69); }
div.DivClassName
{
background-color: #065845;
}
.BgClassName
{
background-color: #065845;
}
</style>
border-color css
<style>
span { border-color: #065845; }
span { border-color: rgb(6,88,69); }
td.TdClassName
{
border-color: #065845;
}
.TagClassName
{
border-color: #065845;
}
</style>