#09625F

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

Shades of Mosque #09625F

Tints of Mosque #09625F

Color information

#09625F (or 0x09625F) is unknown color: approx Mosque. HEX triplet: 09, 62 and 5F. RGB value is (9,98,95). Sum of RGB (Red+Green+Blue) = 9+98+95=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #09625F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09625F is #F69DA0. Grayscale: #464646. Windows color (decimal): -16162209 or 6251017. OLE color: 6251017.

HSL color Cylindrical-coordinate representation of color #09625F: hue angle of 177.98º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09625F is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB99895-
CMYK0.9100.030.62
HSL177.98º83.18%20.98%-
HSV(B)177.98º90.82%38.43%-
XYZ6.559.6212.34-
YUV71.05141.5183.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 98 (38.67% from 255) = 48.51%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=4.46%
G=48.51%
B=47.03%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal998950.9100.030.62177.9883.1820.98
Hex9625F5B033Eb25315
Octal11142137133037626212325
Binary100111000101011111101101101111111010110010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09625F; }

 p { color: rgb(9,98,95); }

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

<style>
 a { background-color: #09625F; }

 a { background-color: rgb(9,98,95); }

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

<style>
 span { border-color: #09625F; }

 span { border-color: rgb(9,98,95); }

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