Shades of Mosque #09615C
Tints of Mosque #09615C
RGB
CMYK
RGB Variations
Color information
#09615C (or 0x09615C) is known color: Mosque. HEX triplet: 09, 61 and 5C. RGB value is (9,97,92). Sum of RGB (Red+Green+Blue) = 9+97+92=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #09615C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09615C is #F69EA3. Grayscale: #464646. Windows color (decimal): -16162468 or 6054153. OLE color: 6054153.
HSL color Cylindrical-coordinate representation of color #09615C: hue angle of 176.59º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09615C is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 92 | - |
| CMYK | 0.91 | 0 | 0.05 | 0.62 |
| HSL | 176.59º | 0.83% | 0.21% | - |
| HSV(B) | 176.59º | 0.91% | 0.38% | - |
| XYZ | 6.32 | 9.38 | 11.6 | - |
| YUV | 70.12 | 140.35 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 92 | 0.91 | 0 | 0.05 | 0.62 | 176.59 | 0.83 | 0.21 |
| Hex | 9 | 61 | 5C | 5B | 0 | 5 | 3E | B1 | 53 | 15 |
| Octal | 11 | 141 | 134 | 133 | 0 | 5 | 76 | 261 | 123 | 25 |
| Binary | 1001 | 1100001 | 1011100 | 1011011 | 0 | 101 | 111110 | 10110001 | 1010011 | 10101 |
Color Harmonies of #09615C
Complementary color
Monochromatic Colors of #09615C
Black with #09615C
Text Example
Text Example
White with #09615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09615C; }
p { color: rgb(9,97,92); }
H1.HeaderClassName
{
color: #09615C;
}
.AnyTagClassName
{
color: #09615C;
}
</style>
background-color css
<style>
a { background-color: #09615C; }
a { background-color: rgb(9,97,92); }
div.DivClassName
{
background-color: #09615C;
}
.BgClassName
{
background-color: #09615C;
}
</style>
border-color css
<style>
span { border-color: #09615C; }
span { border-color: rgb(9,97,92); }
td.TdClassName
{
border-color: #09615C;
}
.TagClassName
{
border-color: #09615C;
}
</style>