#09645B

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

Shades of Mosque #09645B

Tints of Mosque #09645B

Color information

#09645B (or 0x09645B) is unknown color: approx Mosque. HEX triplet: 09, 64 and 5B. RGB value is (9,100,91). Sum of RGB (Red+Green+Blue) = 9+100+91=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #09645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09645B is #F69BA4. Grayscale: #474747. Windows color (decimal): -16161701 or 5989385. OLE color: 5989385.

HSL color Cylindrical-coordinate representation of color #09645B: hue angle of 174.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09645B is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB910091-
CMYK0.9100.090.61
HSL174.07º83.49%21.37%-
HSV(B)174.07º91%39.22%-
XYZ6.569.9311.47-
YUV71.76138.8583.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.5%
GREEN value IS 100 (39.45% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 45.5%
R=4.5%
G=50%
B=45.5%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9100910.9100.090.61174.0783.4921.37
Hex9645B5B093Dae5315
Octal111441331330117525612325
Binary10011100100101101110110110100111110110101110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09645B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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