Shades of Mosque #0A605C
Tints of Mosque #0A605C
RGB
CMYK
RGB Variations
Color information
#0A605C (or 0x0A605C) is known color: Mosque. HEX triplet: 0A, 60 and 5C. RGB value is (10,96,92). Sum of RGB (Red+Green+Blue) = 10+96+92=198 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.05% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #0A605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A605C is #F59FA3. Grayscale: #454545. Windows color (decimal): -16097188 or 6053898. OLE color: 6053898.
HSL color Cylindrical-coordinate representation of color #0A605C: hue angle of 177.21º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A605C is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 10 | 96 | 92 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.62 |
| HSL | 177.21º | 0.81% | 0.21% | - |
| HSV(B) | 177.21º | 0.9% | 0.38% | - |
| XYZ | 6.24 | 9.2 | 11.57 | - |
| YUV | 69.83 | 140.51 | 85.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 96 | 92 | 0.90 | 0 | 0.04 | 0.62 | 177.21 | 0.81 | 0.21 |
| Hex | A | 60 | 5C | 5A | 0 | 4 | 3E | B1 | 51 | 15 |
| Octal | 12 | 140 | 134 | 132 | 0 | 4 | 76 | 261 | 121 | 25 |
| Binary | 1010 | 1100000 | 1011100 | 1011010 | 0 | 100 | 111110 | 10110001 | 1010001 | 10101 |
Color Harmonies of #0A605C
Complementary color
Monochromatic Colors of #0A605C
Black with #0A605C
Text Example
Text Example
White with #0A605C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A605C; }
p { color: rgb(10,96,92); }
H1.HeaderClassName
{
color: #0A605C;
}
.AnyTagClassName
{
color: #0A605C;
}
</style>
background-color css
<style>
a { background-color: #0A605C; }
a { background-color: rgb(10,96,92); }
div.DivClassName
{
background-color: #0A605C;
}
.BgClassName
{
background-color: #0A605C;
}
</style>
border-color css
<style>
span { border-color: #0A605C; }
span { border-color: rgb(10,96,92); }
td.TdClassName
{
border-color: #0A605C;
}
.TagClassName
{
border-color: #0A605C;
}
</style>