#0A6354

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

Shades of Mosque #0A6354

Tints of Mosque #0A6354

Color information

#0A6354 (or 0x0A6354) is unknown color: approx Mosque. HEX triplet: 0A, 63 and 54. RGB value is (10,99,84). Sum of RGB (Red+Green+Blue) = 10+99+84=193 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.18% from 193); Green value is 99 (39.06% from 255 or 51.30% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6354 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6354 is #F59CAB. Grayscale: #464646. Windows color (decimal): -16096428 or 5530378. OLE color: 5530378.

HSL color Cylindrical-coordinate representation of color #0A6354: hue angle of 169.89º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6354 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB109984-
CMYK0.9000.150.61
HSL169.89º81.65%21.37%-
HSV(B)169.89º89.9%38.82%-
XYZ6.199.639.92-
YUV70.68135.5184.72-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.18%
GREEN value IS 99 (39.06% from 255) = 51.30%
BLUE value IS 84 (33.20% from 255) = 43.52%
R=5.18%
G=51.30%
B=43.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099840.9000.150.61169.8981.6521.37
HexA63545A0F3Daa5215
Octal121431241320177525212225
Binary10101100011101010010110100111111110110101010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6354; }

 p { color: rgb(10,99,84); }

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

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

 a { background-color: rgb(10,99,84); }

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

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

 span { border-color: rgb(10,99,84); }

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