#09685D

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

Shades of Mosque #09685D

Tints of Mosque #09685D

Color information

#09685D (or 0x09685D) is unknown color: approx Mosque. HEX triplet: 09, 68 and 5D. RGB value is (9,104,93). Sum of RGB (Red+Green+Blue) = 9+104+93=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #09685D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685D is #F697A2. Grayscale: #4A4A4A. Windows color (decimal): -16160675 or 6121481. OLE color: 6121481.

HSL color Cylindrical-coordinate representation of color #09685D: hue angle of 173.05º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09685D is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB910493-
CMYK0.9100.110.59
HSL173.05º84.07%22.16%-
HSV(B)173.05º91.35%40.78%-
XYZ7.0410.7512.06-
YUV74.34138.5381.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.37%
GREEN value IS 104 (41.02% from 255) = 50.49%
BLUE value IS 93 (36.72% from 255) = 45.15%
R=4.37%
G=50.49%
B=45.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104930.9100.110.59173.0584.0722.16
Hex9685D5B0B3Bad5416
Octal111501351330137325512426
Binary10011101000101110110110110101111101110101101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,104,93); }

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

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

 a { background-color: rgb(9,104,93); }

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

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

 span { border-color: rgb(9,104,93); }

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