#08615D

Color #08615D Mosque (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mosque #08615D

Tints of Mosque #08615D

Color information

#08615D (or 0x08615D) is unknown color: approx Mosque. HEX triplet: 08, 61 and 5D. RGB value is (8,97,93). Sum of RGB (Red+Green+Blue) = 8+97+93=198 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.04% from 198); Green value is 97 (38.28% from 255 or 48.99% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 97 - color contains mainly: green. Hex color #08615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08615D is #F79EA2. Grayscale: #454545. Windows color (decimal): -16228003 or 6119688. OLE color: 6119688.

HSL color Cylindrical-coordinate representation of color #08615D: hue angle of 177.3º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08615D is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB89793-
CMYK0.9200.040.62
HSL177.3º84.76%20.59%-
HSV(B)177.3º91.75%38.04%-
XYZ6.359.3911.83-
YUV69.93141.0183.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 4.04%
GREEN value IS 97 (38.28% from 255) = 48.99%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=4.04%
G=48.99%
B=46.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal897930.9200.040.62177.384.7620.59
Hex8615D5C043Eb15515
Octal10141135134047626112525
Binary1000110000110111011011100010011111010110001101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08615D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08615D; }

 p { color: rgb(8,97,93); }

 H1.HeaderClassName
 {
   color: #08615D;
 }
 .AnyTagClassName
 {
   color: #08615D;
 }
</style>
background-color css

<style>
 a { background-color: #08615D; }

 a { background-color: rgb(8,97,93); }

 div.DivClassName
 {
   background-color: #08615D;
 }
 .BgClassName
 {
   background-color: #08615D;
 }
</style>
border-color css

<style>
 span { border-color: #08615D; }

 span { border-color: rgb(8,97,93); }

 td.TdClassName
 {
   border-color: #08615D;
 }
 .TagClassName
 {
   border-color: #08615D;
 }
</style>