#09605A

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

Shades of Mosque #09605A

Tints of Mosque #09605A

Color information

#09605A (or 0x09605A) is unknown color: approx Mosque. HEX triplet: 09, 60 and 5A. RGB value is (9,96,90). Sum of RGB (Red+Green+Blue) = 9+96+90=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 96 (37.89% from 255 or 49.23% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 96 - color contains mainly: green. Hex color #09605A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09605A is #F69FA5. Grayscale: #454545. Windows color (decimal): -16162726 or 5922825. OLE color: 5922825.

HSL color Cylindrical-coordinate representation of color #09605A: hue angle of 175.86º 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 #09605A is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB99690-
CMYK0.9100.060.62
HSL175.86º82.86%20.59%-
HSV(B)175.86º90.62%37.65%-
XYZ6.149.1611.12-
YUV69.3139.6884.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 96 (37.89% from 255) = 49.23%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=4.62%
G=49.23%
B=46.15%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal996900.9100.060.62175.8682.8620.59
Hex9605A5B063Eb05315
Octal11140132133067626012325
Binary1001110000010110101011011011011111010110000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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