#096162

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

Shades of Mosque #096162

Tints of Mosque #096162

Color information

#096162 (or 0x096162) is unknown color: approx Mosque. HEX triplet: 09, 61 and 62. RGB value is (9,97,98). Sum of RGB (Red+Green+Blue) = 9+97+98=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #096162 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096162 is #F69E9D. Grayscale: #464646. Windows color (decimal): -16162462 or 6447369. OLE color: 6447369.

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

Color convert

RGB99798-
CMYK0.910.0100.62
HSL180.67º83.18%20.98%-
HSV(B)180.67º90.82%38.43%-
XYZ6.599.4913.04-
YUV70.8143.3583.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.41%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=4.41%
G=47.55%
B=48.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal997980.910.0100.62180.6783.1820.98
Hex961625B103Eb55315
Octal11141142133107626512325
Binary10011100001110001010110111011111010110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096162; }

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

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

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

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

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

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

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

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