#09685B

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

Shades of Mosque #09685B

Tints of Mosque #09685B

Color information

#09685B (or 0x09685B) is unknown color: approx Mosque. HEX triplet: 09, 68 and 5B. RGB value is (9,104,91). Sum of RGB (Red+Green+Blue) = 9+104+91=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #09685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685B is #F697A4. Grayscale: #4A4A4A. Windows color (decimal): -16160677 or 5990409. OLE color: 5990409.

HSL color Cylindrical-coordinate representation of color #09685B: hue angle of 171.79º 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 #09685B is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB910491-
CMYK0.9100.120.59
HSL171.79º84.07%22.16%-
HSV(B)171.79º91.35%40.78%-
XYZ6.9510.7111.6-
YUV74.11137.5381.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 104 (41.02% from 255) = 50.98%
BLUE value IS 91 (35.94% from 255) = 44.61%
R=4.41%
G=50.98%
B=44.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104910.9100.120.59171.7984.0722.16
Hex9685B5B0C3Bac5416
Octal111501331330147325412426
Binary10011101000101101110110110110011101110101100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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