Shades of Mosque #08685C
Tints of Mosque #08685C
RGB
CMYK
RGB Variations
Color information
#08685C (or 0x08685C) is known color: Mosque. HEX triplet: 08, 68 and 5C. RGB value is (8,104,92). Sum of RGB (Red+Green+Blue) = 8+104+92=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #08685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08685C is #F797A3. Grayscale: #494949. Windows color (decimal): -16226212 or 6055944. OLE color: 6055944.
HSL color Cylindrical-coordinate representation of color #08685C: hue angle of 172.5º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08685C is Cyan = 0.92, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 92 | - |
| CMYK | 0.92 | 0 | 0.12 | 0.59 |
| HSL | 172.5º | 0.86% | 0.22% | - |
| HSV(B) | 172.5º | 0.92% | 0.41% | - |
| XYZ | 6.98 | 10.72 | 11.83 | - |
| YUV | 73.93 | 138.2 | 80.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 92 | 0.92 | 0 | 0.12 | 0.59 | 172.5 | 0.86 | 0.22 |
| Hex | 8 | 68 | 5C | 5C | 0 | C | 3B | AC | 56 | 16 |
| Octal | 10 | 150 | 134 | 134 | 0 | 14 | 73 | 254 | 126 | 26 |
| Binary | 1000 | 1101000 | 1011100 | 1011100 | 0 | 1100 | 111011 | 10101100 | 1010110 | 10110 |
Color Harmonies of #08685C
Complementary color
Monochromatic Colors of #08685C
Black with #08685C
Text Example
Text Example
White with #08685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08685C; }
p { color: rgb(8,104,92); }
H1.HeaderClassName
{
color: #08685C;
}
.AnyTagClassName
{
color: #08685C;
}
</style>
background-color css
<style>
a { background-color: #08685C; }
a { background-color: rgb(8,104,92); }
div.DivClassName
{
background-color: #08685C;
}
.BgClassName
{
background-color: #08685C;
}
</style>
border-color css
<style>
span { border-color: #08685C; }
span { border-color: rgb(8,104,92); }
td.TdClassName
{
border-color: #08685C;
}
.TagClassName
{
border-color: #08685C;
}
</style>