#0A6859

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

Shades of Mosque #0A6859

Tints of Mosque #0A6859

Color information

#0A6859 (or 0x0A6859) is unknown color: approx Mosque. HEX triplet: 0A, 68 and 59. RGB value is (10,104,89). Sum of RGB (Red+Green+Blue) = 10+104+89=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 89 (35.16% from 255 or 43.84% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #0A6859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A6859 is #F597A6. Grayscale: #4A4A4A. Windows color (decimal): -16095143 or 5859338. OLE color: 5859338.

HSL color Cylindrical-coordinate representation of color #0A6859: hue angle of 170.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6859 is Cyan = 0.90, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB1010489-
CMYK0.9000.140.59
HSL170.43º82.46%22.35%-
HSV(B)170.43º90.38%40.78%-
XYZ6.8810.6911.15-
YUV74.18136.3682.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 104 (41.02% from 255) = 51.23%
BLUE value IS 89 (35.16% from 255) = 43.84%
R=4.93%
G=51.23%
B=43.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10104890.9000.140.59170.4382.4622.35
HexA68595A0E3Baa5216
Octal121501311320167325212226
Binary10101101000101100110110100111011101110101010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,104,89); }

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

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

 a { background-color: rgb(10,104,89); }

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

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

 span { border-color: rgb(10,104,89); }

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