Shades of Watercourse #0B6856
Tints of Watercourse #0B6856
RGB
CMYK
RGB Variations
Color information
#0B6856 (or 0x0B6856) is known color: Watercourse. HEX triplet: 0B, 68 and 56. RGB value is (11,104,86). Sum of RGB (Red+Green+Blue) = 11+104+86=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 86 (33.98% from 255 or 42.79% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #0B6856 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6856 is #F497A9. Grayscale: #4A4A4A. Windows color (decimal): -16029610 or 5662731. OLE color: 5662731.
HSL color Cylindrical-coordinate representation of color #0B6856: hue angle of 168.39º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6856 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 11 | 104 | 86 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.59 |
| HSL | 168.39º | 0.81% | 0.23% | - |
| HSV(B) | 168.39º | 0.89% | 0.41% | - |
| XYZ | 6.77 | 10.64 | 10.5 | - |
| YUV | 74.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 104 | 86 | 0.89 | 0 | 0.17 | 0.59 | 168.39 | 0.81 | 0.23 |
| Hex | B | 68 | 56 | 59 | 0 | 11 | 3B | A8 | 51 | 17 |
| Octal | 13 | 150 | 126 | 131 | 0 | 21 | 73 | 250 | 121 | 27 |
| Binary | 1011 | 1101000 | 1010110 | 1011001 | 0 | 10001 | 111011 | 10101000 | 1010001 | 10111 |
Color Harmonies of #0B6856
Complementary color
Monochromatic Colors of #0B6856
Black with #0B6856
Text Example
Text Example
White with #0B6856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6856; }
p { color: rgb(11,104,86); }
H1.HeaderClassName
{
color: #0B6856;
}
.AnyTagClassName
{
color: #0B6856;
}
</style>
background-color css
<style>
a { background-color: #0B6856; }
a { background-color: rgb(11,104,86); }
div.DivClassName
{
background-color: #0B6856;
}
.BgClassName
{
background-color: #0B6856;
}
</style>
border-color css
<style>
span { border-color: #0B6856; }
span { border-color: rgb(11,104,86); }
td.TdClassName
{
border-color: #0B6856;
}
.TagClassName
{
border-color: #0B6856;
}
</style>