Html Css Color HEX #09685B Mosque

📋 copy color: '#09685B'

red 9 ◦ green 104 ◦ blue 91

#09685B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mosque #09685B

Tints of Mosque #09685B

RGB

 RED value IS 9 (3.91% from 255) = 4.41%

 GREEN value IS 104 (41.02% from 255) = 50.98%

 BLUE value IS 91 (35.94% from 255) = 44.61%

R = 4.41%
G = 50.98%
B = 44.61%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#09685B (or 0x09685B) is known color: Mosque. HEX triplet: 09, 68 and 5B. RGB value is (9,104,91). Sum of RGB (Red+Green+Blue) = 9+104+91=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 104 (41.02% from 255 or 50.98% from 204); Blue value is 91 (35.94% from 255 or 44.61% from 204); Max value from RGB is 104 - color contains mainly: green. Hex color #09685B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685B is #F697A4. Grayscale: #4A4A4A. Windows color (decimal): -16160677 or 5990409. OLE color: 5990409.

HSL color Cylindrical-coordinate representation of color #09685B: hue angle of 171.79º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09685B is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 91 -
CMYK 0.91 0 0.12 0.59
HSL 171.79º 0.84% 0.22% -
HSV(B) 171.79º 0.91% 0.41% -
XYZ 6.95 10.71 11.6 -
YUV 74.11 137.53 81.56 -
System Red Green Blue C M Y K H S L
Decimal 9 104 91 0.91 0 0.12 0.59 171.79 0.84 0.22
Hex 9 68 5B 5B 0 C 3B AC 54 16
Octal 11 150 133 133 0 14 73 254 124 26
Binary 1001 1101000 1011011 1011011 0 1100 111011 10101100 1010100 10110

Color Harmonies of #09685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09685B

Black with #09685B

Text Example


Text Example

White with #09685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09685B; }

 p { color: rgb(9,104,91); }

 H1.HeaderClassName
 {
   color: #09685B;
 }
 .AnyTagClassName
 {
   color: #09685B;
 }
</style>

background-color css

<style>
 a { background-color: #09685B; }

 a { background-color: rgb(9,104,91); }

 div.DivClassName
 {
   background-color: #09685B;
 }
 .BgClassName
 {
   background-color: #09685B;
 }
</style>

border-color css

<style>
 span { border-color: #09685B; }

 span { border-color: rgb(9,104,91); }

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