#08605C

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

Shades of Mosque #08605C

Tints of Mosque #08605C

Color information

#08605C (or 0x08605C) is unknown color: approx Mosque. HEX triplet: 08, 60 and 5C. RGB value is (8,96,92). Sum of RGB (Red+Green+Blue) = 8+96+92=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #08605C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08605C is #F79FA3. Grayscale: #454545. Windows color (decimal): -16228260 or 6053896. OLE color: 6053896.

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

Color convert

RGB89692-
CMYK0.9200.040.62
HSL177.27º84.62%20.39%-
HSV(B)177.27º91.67%37.65%-
XYZ6.219.1911.57-
YUV69.23140.8584.33-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.08%
GREEN value IS 96 (37.89% from 255) = 48.98%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=4.08%
G=48.98%
B=46.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal896920.9200.040.62177.2784.6220.39
Hex8605C5C043Eb15514
Octal10140134134047626112524
Binary1000110000010111001011100010011111010110001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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