Shades of Mosque #09615F
Tints of Mosque #09615F
RGB
CMYK
RGB Variations
Color information
#09615F (or 0x09615F) is known color: Mosque. HEX triplet: 09, 61 and 5F. RGB value is (9,97,95). Sum of RGB (Red+Green+Blue) = 9+97+95=201 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.48% from 201); Green value is 97 (38.28% from 255 or 48.26% from 201); Blue value is 95 (37.5% from 255 or 47.26% from 201); Max value from RGB is 97 - color contains mainly: green. Hex color #09615F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09615F is #F69EA0. Grayscale: #464646. Windows color (decimal): -16162465 or 6250761. OLE color: 6250761.
HSL color Cylindrical-coordinate representation of color #09615F: hue angle of 178.64º 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 #09615F is Cyan = 0.91, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 95 | - |
| CMYK | 0.91 | 0 | 0.02 | 0.62 |
| HSL | 178.64º | 0.83% | 0.21% | - |
| HSV(B) | 178.64º | 0.91% | 0.38% | - |
| XYZ | 6.45 | 9.43 | 12.31 | - |
| YUV | 70.46 | 141.85 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 95 | 0.91 | 0 | 0.02 | 0.62 | 178.64 | 0.83 | 0.21 |
| Hex | 9 | 61 | 5F | 5B | 0 | 2 | 3E | B3 | 53 | 15 |
| Octal | 11 | 141 | 137 | 133 | 0 | 2 | 76 | 263 | 123 | 25 |
| Binary | 1001 | 1100001 | 1011111 | 1011011 | 0 | 10 | 111110 | 10110011 | 1010011 | 10101 |
Color Harmonies of #09615F
Complementary color
Monochromatic Colors of #09615F
Black with #09615F
Text Example
Text Example
White with #09615F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09615F; }
p { color: rgb(9,97,95); }
H1.HeaderClassName
{
color: #09615F;
}
.AnyTagClassName
{
color: #09615F;
}
</style>
background-color css
<style>
a { background-color: #09615F; }
a { background-color: rgb(9,97,95); }
div.DivClassName
{
background-color: #09615F;
}
.BgClassName
{
background-color: #09615F;
}
</style>
border-color css
<style>
span { border-color: #09615F; }
span { border-color: rgb(9,97,95); }
td.TdClassName
{
border-color: #09615F;
}
.TagClassName
{
border-color: #09615F;
}
</style>