#0B6555

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

Shades of Mosque #0B6555

Tints of Mosque #0B6555

Color information

#0B6555 (or 0x0B6555) is unknown color: approx Mosque. HEX triplet: 0B, 65 and 55. RGB value is (11,101,85). Sum of RGB (Red+Green+Blue) = 11+101+85=197 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.58% from 197); Green value is 101 (39.84% from 255 or 51.27% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 101 - color contains mainly: green. Hex color #0B6555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B6555 is #F49AAA. Grayscale: #484848. Windows color (decimal): -16030379 or 5596427. OLE color: 5596427.

HSL color Cylindrical-coordinate representation of color #0B6555: hue angle of 169.33º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B6555 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1110185-
CMYK0.8900.160.60
HSL169.33º80.36%21.96%-
HSV(B)169.33º89.11%39.61%-
XYZ6.4310.0310.19-
YUV72.27135.1884.3-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.58%
GREEN value IS 101 (39.84% from 255) = 51.27%
BLUE value IS 85 (33.59% from 255) = 43.15%
R=5.58%
G=51.27%
B=43.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11101850.8900.160.60169.3380.3621.96
HexB6555590103Ca95016
Octal131451251310207425112026
Binary101111001011010101101100101000011110010101001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,101,85); }

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

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

 a { background-color: rgb(11,101,85); }

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

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

 span { border-color: rgb(11,101,85); }

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