#09685E

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

Shades of Mosque #09685E

Tints of Mosque #09685E

Color information

#09685E (or 0x09685E) is unknown color: approx Mosque. HEX triplet: 09, 68 and 5E. RGB value is (9,104,94). Sum of RGB (Red+Green+Blue) = 9+104+94=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #09685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685E is #F697A1. Grayscale: #4A4A4A. Windows color (decimal): -16160674 or 6187017. OLE color: 6187017.

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

Color convert

RGB910494-
CMYK0.9100.100.59
HSL173.68º84.07%22.16%-
HSV(B)173.68º91.35%40.78%-
XYZ7.0810.7712.29-
YUV74.46139.0381.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 104 (41.02% from 255) = 50.24%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=4.35%
G=50.24%
B=45.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9104940.9100.100.59173.6884.0722.16
Hex9685E5B0A3Bae5416
Octal111501361330127325612426
Binary10011101000101111010110110101011101110101110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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