Html Css Color HEX #09685C Mosque

📋 copy color: '#09685C'

red 9 ◦ green 104 ◦ blue 92

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

Shades of Mosque #09685C

Tints of Mosque #09685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 44.88%

R = 4.39%
G = 50.73%
B = 44.88%

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

#09685C (or 0x09685C) is known color: Mosque. HEX triplet: 09, 68 and 5C. RGB value is (9,104,92). Sum of RGB (Red+Green+Blue) = 9+104+92=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #09685C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09685C is #F697A3. Grayscale: #4A4A4A. Windows color (decimal): -16160676 or 6055945. OLE color: 6055945.

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

Color convert

RGB 9 104 92 -
CMYK 0.91 0 0.12 0.59
HSL 172.42º 0.84% 0.22% -
HSV(B) 172.42º 0.91% 0.41% -
XYZ 6.99 10.73 11.83 -
YUV 74.23 138.03 81.48 -
System Red Green Blue C M Y K H S L
Decimal 9 104 92 0.91 0 0.12 0.59 172.42 0.84 0.22
Hex 9 68 5C 5B 0 C 3B AC 54 16
Octal 11 150 134 133 0 14 73 254 124 26
Binary 1001 1101000 1011100 1011011 0 1100 111011 10101100 1010100 10110

Color Harmonies of #09685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09685C

Black with #09685C

Text Example


Text Example

White with #09685C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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