#086163

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

Shades of Mosque #086163

Tints of Mosque #086163

Color information

#086163 (or 0x086163) is unknown color: approx Mosque. HEX triplet: 08, 61 and 63. RGB value is (8,97,99). Sum of RGB (Red+Green+Blue) = 8+97+99=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 97 (38.28% from 255 or 47.55% from 204); Blue value is 99 (39.06% from 255 or 48.53% from 204); Max value from RGB is 99 - color contains mainly: blue. Hex color #086163 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #086163 is #F79E9C. Grayscale: #464646. Windows color (decimal): -16227997 or 6512904. OLE color: 6512904.

HSL color Cylindrical-coordinate representation of color #086163: hue angle of 181.32º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #086163 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB89799-
CMYK0.920.0200.61
HSL181.32º85.05%20.98%-
HSV(B)181.32º91.92%38.82%-
XYZ6.639.513.29-
YUV70.62144.0183.34-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.92%
GREEN value IS 97 (38.28% from 255) = 47.55%
BLUE value IS 99 (39.06% from 255) = 48.53%
R=3.92%
G=47.55%
B=48.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal897990.920.0200.61181.3285.0520.98
Hex861635C203Db55515
Octal10141143134207526512525
Binary100011000011100011101110010011110110110101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #086163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #086163; }

 p { color: rgb(8,97,99); }

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

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

 a { background-color: rgb(8,97,99); }

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

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

 span { border-color: rgb(8,97,99); }

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