Html Css Color HEX #09685E Mosque

📋 copy color: '#09685E'

red 9 ◦ green 104 ◦ blue 94

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

Shades of Mosque #09685E

Tints of Mosque #09685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 45.41%

R = 4.35%
G = 50.24%
B = 45.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#09685E (or 0x09685E) is known color: Mosque. HEX triplet: 09, 68 and 5E. RGB value is (9,104,94). Sum of RGB (Red+Green+Blue) = 9+104+94=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 104 (41.02% from 255 or 50.24% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 104 - color contains mainly: green. Hex color #09685E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685E is #F697A1. Grayscale: #4A4A4A. Windows color (decimal): -16160674 or 6187017. OLE color: 6187017.

HSL color Cylindrical-coordinate representation of color #09685E: hue angle of 173.68º 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 #09685E is Cyan = 0.91, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 104 94 -
CMYK 0.91 0 0.10 0.59
HSL 173.68º 0.84% 0.22% -
HSV(B) 173.68º 0.91% 0.41% -
XYZ 7.08 10.77 12.29 -
YUV 74.46 139.03 81.31 -
System Red Green Blue C M Y K H S L
Decimal 9 104 94 0.91 0 0.10 0.59 173.68 0.84 0.22
Hex 9 68 5E 5B 0 A 3B AE 54 16
Octal 11 150 136 133 0 12 73 256 124 26
Binary 1001 1101000 1011110 1011011 0 1010 111011 10101110 1010100 10110

Color Harmonies of #09685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09685E

Black with #09685E

Text Example


Text Example

White with #09685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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