Shades of Mosque #08645D
Tints of Mosque #08645D
RGB
CMYK
RGB Variations
Color information
#08645D (or 0x08645D) is known color: Mosque. HEX triplet: 08, 64 and 5D. RGB value is (8,100,93). Sum of RGB (Red+Green+Blue) = 8+100+93=201 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.98% from 201); Green value is 100 (39.45% from 255 or 49.75% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 100 - color contains mainly: green. Hex color #08645D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08645D is #F79BA2. Grayscale: #474747. Windows color (decimal): -16227235 or 6120456. OLE color: 6120456.
HSL color Cylindrical-coordinate representation of color #08645D: hue angle of 175.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08645D is Cyan = 0.92, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 93 | - |
| CMYK | 0.92 | 0 | 0.07 | 0.61 |
| HSL | 175.43º | 0.85% | 0.21% | - |
| HSV(B) | 175.43º | 0.92% | 0.39% | - |
| XYZ | 6.63 | 9.96 | 11.93 | - |
| YUV | 71.69 | 140.02 | 82.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 93 | 0.92 | 0 | 0.07 | 0.61 | 175.43 | 0.85 | 0.21 |
| Hex | 8 | 64 | 5D | 5C | 0 | 7 | 3D | AF | 55 | 15 |
| Octal | 10 | 144 | 135 | 134 | 0 | 7 | 75 | 257 | 125 | 25 |
| Binary | 1000 | 1100100 | 1011101 | 1011100 | 0 | 111 | 111101 | 10101111 | 1010101 | 10101 |
Color Harmonies of #08645D
Complementary color
Monochromatic Colors of #08645D
Black with #08645D
Text Example
Text Example
White with #08645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08645D; }
p { color: rgb(8,100,93); }
H1.HeaderClassName
{
color: #08645D;
}
.AnyTagClassName
{
color: #08645D;
}
</style>
background-color css
<style>
a { background-color: #08645D; }
a { background-color: rgb(8,100,93); }
div.DivClassName
{
background-color: #08645D;
}
.BgClassName
{
background-color: #08645D;
}
</style>
border-color css
<style>
span { border-color: #08645D; }
span { border-color: rgb(8,100,93); }
td.TdClassName
{
border-color: #08645D;
}
.TagClassName
{
border-color: #08645D;
}
</style>