Shades of Mosque #0B6050
Tints of Mosque #0B6050
RGB
CMYK
RGB Variations
Color information
#0B6050 (or 0x0B6050) is known color: Mosque. HEX triplet: 0B, 60 and 50. RGB value is (11,96,80). Sum of RGB (Red+Green+Blue) = 11+96+80=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 96 (37.89% from 255 or 51.34% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 96 - color contains mainly: green. Hex color #0B6050 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6050 is #F49FAF. Grayscale: #444444. Windows color (decimal): -16031664 or 5267467. OLE color: 5267467.
HSL color Cylindrical-coordinate representation of color #0B6050: hue angle of 168.71º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6050 is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 11 | 96 | 80 | - |
| CMYK | 0.89 | 0 | 0.17 | 0.62 |
| HSL | 168.71º | 0.79% | 0.21% | - |
| HSV(B) | 168.71º | 0.89% | 0.38% | - |
| XYZ | 5.77 | 9.02 | 9.03 | - |
| YUV | 68.76 | 134.34 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 96 | 80 | 0.89 | 0 | 0.17 | 0.62 | 168.71 | 0.79 | 0.21 |
| Hex | B | 60 | 50 | 59 | 0 | 11 | 3E | A9 | 4F | 15 |
| Octal | 13 | 140 | 120 | 131 | 0 | 21 | 76 | 251 | 117 | 25 |
| Binary | 1011 | 1100000 | 1010000 | 1011001 | 0 | 10001 | 111110 | 10101001 | 1001111 | 10101 |
Color Harmonies of #0B6050
Complementary color
Monochromatic Colors of #0B6050
Black with #0B6050
Text Example
Text Example
White with #0B6050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B6050; }
p { color: rgb(11,96,80); }
H1.HeaderClassName
{
color: #0B6050;
}
.AnyTagClassName
{
color: #0B6050;
}
</style>
background-color css
<style>
a { background-color: #0B6050; }
a { background-color: rgb(11,96,80); }
div.DivClassName
{
background-color: #0B6050;
}
.BgClassName
{
background-color: #0B6050;
}
</style>
border-color css
<style>
span { border-color: #0B6050; }
span { border-color: rgb(11,96,80); }
td.TdClassName
{
border-color: #0B6050;
}
.TagClassName
{
border-color: #0B6050;
}
</style>