#096061

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

Shades of Mosque #096061

Tints of Mosque #096061

Color information

#096061 (or 0x096061) is unknown color: approx Mosque. HEX triplet: 09, 60 and 61. RGB value is (9,96,97). Sum of RGB (Red+Green+Blue) = 9+96+97=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 97 (38.28% from 255 or 48.02% from 202); Max value from RGB is 97 - color contains mainly: blue. Hex color #096061 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096061 is #F69F9E. Grayscale: #464646. Windows color (decimal): -16162719 or 6381577. OLE color: 6381577.

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

Color convert

RGB99697-
CMYK0.910.0100.62
HSL180.68º83.02%20.78%-
HSV(B)180.68º90.72%38.04%-
XYZ6.459.2912.76-
YUV70.1143.1884.42-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 96 (37.89% from 255) = 47.52%
BLUE value IS 97 (38.28% from 255) = 48.02%
R=4.46%
G=47.52%
B=48.02%

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
Decimal996970.910.0100.62180.6883.0220.78
Hex960615B103Eb55315
Octal11140141133107626512325
Binary10011100000110000110110111011111010110101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096061; }

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

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

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

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

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

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

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

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