#0A6357

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

Shades of Mosque #0A6357

Tints of Mosque #0A6357

Color information

#0A6357 (or 0x0A6357) is unknown color: approx Mosque. HEX triplet: 0A, 63 and 57. RGB value is (10,99,87). Sum of RGB (Red+Green+Blue) = 10+99+87=196 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.10% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6357 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6357 is #F59CA8. Grayscale: #464646. Windows color (decimal): -16096425 or 5726986. OLE color: 5726986.

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

Color convert

RGB109987-
CMYK0.9000.120.61
HSL171.91º81.65%21.37%-
HSV(B)171.91º89.9%38.82%-
XYZ6.319.6810.55-
YUV71.02137.0184.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.10%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=5.10%
G=50.51%
B=44.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1099870.9000.120.61171.9181.6521.37
HexA63575A0C3Dac5215
Octal121431271320147525412225
Binary10101100011101011110110100110011110110101100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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