Html Css Color HEX #09645B Mosque

📋 copy color: '#09645B'

red 9 ◦ green 100 ◦ blue 91

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

Shades of Mosque #09645B

Tints of Mosque #09645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50%

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

R = 4.5%
G = 50%
B = 45.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#09645B (or 0x09645B) is known color: Mosque. HEX triplet: 09, 64 and 5B. RGB value is (9,100,91). Sum of RGB (Red+Green+Blue) = 9+100+91=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 100 (39.45% from 255 or 50% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 100 - color contains mainly: green. Hex color #09645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09645B is #F69BA4. Grayscale: #474747. Windows color (decimal): -16161701 or 5989385. OLE color: 5989385.

HSL color Cylindrical-coordinate representation of color #09645B: hue angle of 174.07º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09645B is Cyan = 0.91, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 100 91 -
CMYK 0.91 0 0.09 0.61
HSL 174.07º 0.83% 0.21% -
HSV(B) 174.07º 0.91% 0.39% -
XYZ 6.56 9.93 11.47 -
YUV 71.77 138.85 83.23 -
System Red Green Blue C M Y K H S L
Decimal 9 100 91 0.91 0 0.09 0.61 174.07 0.83 0.21
Hex 9 64 5B 5B 0 9 3D AE 53 15
Octal 11 144 133 133 0 11 75 256 123 25
Binary 1001 1100100 1011011 1011011 0 1001 111101 10101110 1010011 10101

Color Harmonies of #09645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09645B

Black with #09645B

Text Example


Text Example

White with #09645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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