Shades of Mosque #0A635C
Tints of Mosque #0A635C
RGB
CMYK
RGB Variations
Color information
#0A635C (or 0x0A635C) is known color: Mosque. HEX triplet: 0A, 63 and 5C. RGB value is (10,99,92). Sum of RGB (Red+Green+Blue) = 10+99+92=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #0A635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A635C is #F59CA3. Grayscale: #474747. Windows color (decimal): -16096420 or 6054666. OLE color: 6054666.
HSL color Cylindrical-coordinate representation of color #0A635C: hue angle of 175.28º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A635C is Cyan = 0.90, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 10 | 99 | 92 | - |
| CMYK | 0.90 | 0 | 0.07 | 0.61 |
| HSL | 175.28º | 0.82% | 0.21% | - |
| HSV(B) | 175.28º | 0.9% | 0.39% | - |
| XYZ | 6.52 | 9.76 | 11.67 | - |
| YUV | 71.59 | 139.51 | 84.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 99 | 92 | 0.90 | 0 | 0.07 | 0.61 | 175.28 | 0.82 | 0.21 |
| Hex | A | 63 | 5C | 5A | 0 | 7 | 3D | AF | 52 | 15 |
| Octal | 12 | 143 | 134 | 132 | 0 | 7 | 75 | 257 | 122 | 25 |
| Binary | 1010 | 1100011 | 1011100 | 1011010 | 0 | 111 | 111101 | 10101111 | 1010010 | 10101 |
Color Harmonies of #0A635C
Complementary color
Monochromatic Colors of #0A635C
Black with #0A635C
Text Example
Text Example
White with #0A635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A635C; }
p { color: rgb(10,99,92); }
H1.HeaderClassName
{
color: #0A635C;
}
.AnyTagClassName
{
color: #0A635C;
}
</style>
background-color css
<style>
a { background-color: #0A635C; }
a { background-color: rgb(10,99,92); }
div.DivClassName
{
background-color: #0A635C;
}
.BgClassName
{
background-color: #0A635C;
}
</style>
border-color css
<style>
span { border-color: #0A635C; }
span { border-color: rgb(10,99,92); }
td.TdClassName
{
border-color: #0A635C;
}
.TagClassName
{
border-color: #0A635C;
}
</style>