#0A635F

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

Shades of Mosque #0A635F

Tints of Mosque #0A635F

Color information

#0A635F (or 0x0A635F) is unknown color: approx Mosque. HEX triplet: 0A, 63 and 5F. RGB value is (10,99,95). Sum of RGB (Red+Green+Blue) = 10+99+95=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 95 (37.5% from 255 or 46.57% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #0A635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A635F is #F59CA0. Grayscale: #474747. Windows color (decimal): -16096417 or 6251274. OLE color: 6251274.

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

Color convert

RGB109995-
CMYK0.9000.040.61
HSL177.3º81.65%21.37%-
HSV(B)177.3º89.9%38.82%-
XYZ6.659.8112.37-
YUV71.93141.0183.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.90%
GREEN value IS 99 (39.06% from 255) = 48.53%
BLUE value IS 95 (37.5% from 255) = 46.57%
R=4.90%
G=48.53%
B=46.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099950.9000.040.61177.381.6521.37
HexA635F5A043Db15215
Octal12143137132047526112225
Binary1010110001110111111011010010011110110110001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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