#06695F

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

Shades of Mosque #06695F

Tints of Mosque #06695F

Color information

#06695F (or 0x06695F) is unknown color: approx Mosque. HEX triplet: 06, 69 and 5F. RGB value is (6,105,95). Sum of RGB (Red+Green+Blue) = 6+105+95=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #06695F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06695F is #F996A0. Grayscale: #4A4A4A. Windows color (decimal): -16357025 or 6252806. OLE color: 6252806.

HSL color Cylindrical-coordinate representation of color #06695F: hue angle of 173.94º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06695F is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB610595-
CMYK0.9400.100.59
HSL173.94º89.19%21.76%-
HSV(B)173.94º94.29%41.18%-
XYZ7.1910.9712.56-
YUV74.26139.779.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.91%
GREEN value IS 105 (41.41% from 255) = 50.97%
BLUE value IS 95 (37.5% from 255) = 46.12%
R=2.91%
G=50.97%
B=46.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6105950.9400.100.59173.9489.1921.76
Hex6695F5E0A3Bae5916
Octal61511371360127325613126
Binary1101101001101111110111100101011101110101110101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06695F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06695F; }

 p { color: rgb(6,105,95); }

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

<style>
 a { background-color: #06695F; }

 a { background-color: rgb(6,105,95); }

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

<style>
 span { border-color: #06695F; }

 span { border-color: rgb(6,105,95); }

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