Shades of Mosque #08645C
Tints of Mosque #08645C
RGB
CMYK
RGB Variations
Color information
#08645C (or 0x08645C) is known color: Mosque. HEX triplet: 08, 64 and 5C. RGB value is (8,100,92). Sum of RGB (Red+Green+Blue) = 8+100+92=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 92 (36.33% from 255 or 46% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #08645C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08645C is #F79BA3. Grayscale: #474747. Windows color (decimal): -16227236 or 6054920. OLE color: 6054920.
HSL color Cylindrical-coordinate representation of color #08645C: hue angle of 174.78º 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 #08645C is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 8 | 100 | 92 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.61 |
| HSL | 174.78º | 0.85% | 0.21% | - |
| HSV(B) | 174.78º | 0.92% | 0.39% | - |
| XYZ | 6.59 | 9.94 | 11.7 | - |
| YUV | 71.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 92 | 0.92 | 0 | 0.08 | 0.61 | 174.78 | 0.85 | 0.21 |
| Hex | 8 | 64 | 5C | 5C | 0 | 8 | 3D | AF | 55 | 15 |
| Octal | 10 | 144 | 134 | 134 | 0 | 10 | 75 | 257 | 125 | 25 |
| Binary | 1000 | 1100100 | 1011100 | 1011100 | 0 | 1000 | 111101 | 10101111 | 1010101 | 10101 |
Color Harmonies of #08645C
Complementary color
Monochromatic Colors of #08645C
Black with #08645C
Text Example
Text Example
White with #08645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08645C; }
p { color: rgb(8,100,92); }
H1.HeaderClassName
{
color: #08645C;
}
.AnyTagClassName
{
color: #08645C;
}
</style>
background-color css
<style>
a { background-color: #08645C; }
a { background-color: rgb(8,100,92); }
div.DivClassName
{
background-color: #08645C;
}
.BgClassName
{
background-color: #08645C;
}
</style>
border-color css
<style>
span { border-color: #08645C; }
span { border-color: rgb(8,100,92); }
td.TdClassName
{
border-color: #08645C;
}
.TagClassName
{
border-color: #08645C;
}
</style>