Html Css Color HEX #096064 Mosque

📋 copy color: '#096064'

red 9 ◦ green 96 ◦ blue 100

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

Shades of Mosque #096064

Tints of Mosque #096064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 46.83%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 4.39%
G = 46.83%
B = 48.78%

CMYK

 C value IS 0.91

 M value IS 0.04

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#096064 (or 0x096064) is known color: Mosque. HEX triplet: 09, 60 and 64. RGB value is (9,96,100). Sum of RGB (Red+Green+Blue) = 9+96+100=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 96 (37.89% from 255 or 46.83% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #096064 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #096064 is #F69F9B. Grayscale: #464646. Windows color (decimal): -16162716 or 6578185. OLE color: 6578185.

HSL color Cylindrical-coordinate representation of color #096064: hue angle of 182.64º 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 #096064 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 9 96 100 -
CMYK 0.91 0.04 0 0.61
HSL 182.64º 0.83% 0.21% -
HSV(B) 182.64º 0.91% 0.39% -
XYZ 6.6 9.34 13.51 -
YUV 70.44 144.68 84.17 -
System Red Green Blue C M Y K H S L
Decimal 9 96 100 0.91 0.04 0 0.61 182.64 0.83 0.21
Hex 9 60 64 5B 4 0 3D B7 53 15
Octal 11 140 144 133 4 0 75 267 123 25
Binary 1001 1100000 1100100 1011011 100 0 111101 10110111 1010011 10101

Color Harmonies of #096064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096064

Black with #096064

Text Example


Text Example

White with #096064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096064; }

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

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

background-color css

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

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

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

border-color css

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

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

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