#0D6055

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

Shades of Mosque #0D6055

Tints of Mosque #0D6055

Color information

#0D6055 (or 0x0D6055) is unknown color: approx Mosque. HEX triplet: 0D, 60 and 55. RGB value is (13,96,85). Sum of RGB (Red+Green+Blue) = 13+96+85=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 85 (33.59% from 255 or 43.81% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #0D6055 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D6055 is #F29FAA. Grayscale: #454545. Windows color (decimal): -15900587 or 5595149. OLE color: 5595149.

HSL color Cylindrical-coordinate representation of color #0D6055: hue angle of 172.05º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D6055 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB139685-
CMYK0.8600.110.62
HSL172.05º76.15%21.37%-
HSV(B)172.05º86.46%37.65%-
XYZ5.999.1110.04-
YUV69.93136.587.39-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.70%
GREEN value IS 96 (37.89% from 255) = 49.48%
BLUE value IS 85 (33.59% from 255) = 43.81%
R=6.70%
G=49.48%
B=43.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1396850.8600.110.62172.0576.1521.37
HexD6055560B3Eac4c15
Octal151401251260137625411425
Binary11011100000101010110101100101111111010101100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D6055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,96,85); }

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

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

 a { background-color: rgb(13,96,85); }

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

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

 span { border-color: rgb(13,96,85); }

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