#096355

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

Shades of Mosque #096355

Tints of Mosque #096355

Color information

#096355 (or 0x096355) is unknown color: approx Mosque. HEX triplet: 09, 63 and 55. RGB value is (9,99,85). Sum of RGB (Red+Green+Blue) = 9+99+85=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #096355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096355 is #F69CAA. Grayscale: #464646. Windows color (decimal): -16161963 or 5595913. OLE color: 5595913.

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

Color convert

RGB99985-
CMYK0.9100.140.61
HSL170.67º83.33%21.18%-
HSV(B)170.67º90.91%38.82%-
XYZ6.219.6410.13-
YUV70.49136.1884.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.66%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=4.66%
G=51.30%
B=44.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999850.9100.140.61170.6783.3321.18
Hex963555B0E3Dab5315
Octal111431251330167525312325
Binary10011100011101010110110110111011110110101011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096355; }

 p { color: rgb(9,99,85); }

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

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

 a { background-color: rgb(9,99,85); }

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

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

 span { border-color: rgb(9,99,85); }

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