#0A635C

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

Shades of Mosque #0A635C

Tints of Mosque #0A635C

Color information

#0A635C (or 0x0A635C) is unknown color: approx Mosque. HEX triplet: 0A, 63 and 5C. RGB value is (10,99,92). Sum of RGB (Red+Green+Blue) = 10+99+92=201 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.98% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 92 (36.33% from 255 or 45.77% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #0A635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A635C is #F59CA3. Grayscale: #474747. Windows color (decimal): -16096420 or 6054666. OLE color: 6054666.

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

Color convert

RGB109992-
CMYK0.9000.070.61
HSL175.28º81.65%21.37%-
HSV(B)175.28º89.9%38.82%-
XYZ6.529.7611.67-
YUV71.59139.5184.07-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.98%
GREEN value IS 99 (39.06% from 255) = 49.25%
BLUE value IS 92 (36.33% from 255) = 45.77%
R=4.98%
G=49.25%
B=45.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099920.9000.070.61175.2881.6521.37
HexA635C5A073Daf5215
Octal12143134132077525712225
Binary1010110001110111001011010011111110110101111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A635C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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