#09605C

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

Shades of Mosque #09605C

Tints of Mosque #09605C

Color information

#09605C (or 0x09605C) is unknown color: approx Mosque. HEX triplet: 09, 60 and 5C. RGB value is (9,96,92). Sum of RGB (Red+Green+Blue) = 9+96+92=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 96 (37.89% from 255 or 48.73% from 197); Blue value is 92 (36.33% from 255 or 46.70% from 197); Max value from RGB is 96 - color contains mainly: green. Hex color #09605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09605C is #F69FA3. Grayscale: #454545. Windows color (decimal): -16162724 or 6053897. OLE color: 6053897.

HSL color Cylindrical-coordinate representation of color #09605C: hue angle of 177.24º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09605C is Cyan = 0.91, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB99692-
CMYK0.9100.040.62
HSL177.24º82.86%20.59%-
HSV(B)177.24º90.62%37.65%-
XYZ6.239.211.57-
YUV69.53140.6884.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 96 (37.89% from 255) = 48.73%
BLUE value IS 92 (36.33% from 255) = 46.70%
R=4.57%
G=48.73%
B=46.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996920.9100.040.62177.2482.8620.59
Hex9605C5B043Eb15315
Octal11140134133047626112325
Binary1001110000010111001011011010011111010110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09605C; }

 p { color: rgb(9,96,92); }

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

<style>
 a { background-color: #09605C; }

 a { background-color: rgb(9,96,92); }

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

<style>
 span { border-color: #09605C; }

 span { border-color: rgb(9,96,92); }

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