#06635F

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

Shades of Mosque #06635F

Tints of Mosque #06635F

Color information

#06635F (or 0x06635F) is unknown color: approx Mosque. HEX triplet: 06, 63 and 5F. RGB value is (6,99,95). Sum of RGB (Red+Green+Blue) = 6+99+95=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #06635F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06635F is #F99CA0. Grayscale: #464646. Windows color (decimal): -16358561 or 6251270. OLE color: 6251270.

HSL color Cylindrical-coordinate representation of color #06635F: hue angle of 177.42º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06635F is Cyan = 0.94, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB69995-
CMYK0.9400.040.61
HSL177.42º88.57%20.59%-
HSV(B)177.42º93.94%38.82%-
XYZ6.69.7912.37-
YUV70.74141.6981.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3%
GREEN value IS 99 (39.06% from 255) = 49.5%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=3%
G=49.5%
B=47.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal699950.9400.040.61177.4288.5720.59
Hex6635F5E043Db15915
Octal6143137136047526113125
Binary110110001110111111011110010011110110110001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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