#0A655C

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

Shades of Mosque #0A655C

Tints of Mosque #0A655C

Color information

#0A655C (or 0x0A655C) is unknown color: approx Mosque. HEX triplet: 0A, 65 and 5C. RGB value is (10,101,92). Sum of RGB (Red+Green+Blue) = 10+101+92=203 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.93% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 92 (36.33% from 255 or 45.32% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #0A655C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A655C is #F59AA3. Grayscale: #484848. Windows color (decimal): -16095908 or 6055178. OLE color: 6055178.

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

Color convert

RGB1010192-
CMYK0.9000.090.60
HSL174.07º81.98%21.76%-
HSV(B)174.07º90.1%39.61%-
XYZ6.7110.1411.73-
YUV72.76138.8583.23-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.93%
GREEN value IS 101 (39.84% from 255) = 49.75%
BLUE value IS 92 (36.33% from 255) = 45.32%
R=4.93%
G=49.75%
B=45.32%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10101920.9000.090.60174.0781.9821.76
HexA655C5A093Cae5216
Octal121451341320117425612226
Binary10101100101101110010110100100111110010101110101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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