#096064

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

Shades of Mosque #096064

Tints of Mosque #096064

Color information

#096064 (or 0x096064) is unknown color: approx Mosque. HEX triplet: 09, 60 and 64. RGB value is (9,96,100). Sum of RGB (Red+Green+Blue) = 9+96+100=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #096064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096064 is #F69F9B. Grayscale: #464646. Windows color (decimal): -16162716 or 6578185. OLE color: 6578185.

HSL color Cylindrical-coordinate representation of color #096064: hue angle of 182.64º 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 #096064 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB996100-
CMYK0.910.0400.61
HSL182.64º83.49%21.37%-
HSV(B)182.64º91%39.22%-
XYZ6.69.3413.51-
YUV70.44144.6884.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.39%
GREEN value IS 96 (37.89% from 255) = 46.83%
BLUE value IS 100 (39.45% from 255) = 48.78%
R=4.39%
G=46.83%
B=48.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9961000.910.0400.61182.6483.4921.37
Hex960645B403Db75315
Octal11140144133407526712325
Binary1001110000011001001011011100011110110110111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096064; }

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

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

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

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

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

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

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

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