Html Css Color HEX #09605D Mosque

📋 copy color: '#09605D'

red 9 ◦ green 96 ◦ blue 93

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

Shades of Mosque #09605D

Tints of Mosque #09605D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 46.97%

R = 4.55%
G = 48.48%
B = 46.97%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#09605D (or 0x09605D) is known color: Mosque. HEX triplet: 09, 60 and 5D. RGB value is (9,96,93). Sum of RGB (Red+Green+Blue) = 9+96+93=198 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.55% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #09605D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09605D is #F69FA2. Grayscale: #454545. Windows color (decimal): -16162723 or 6119433. OLE color: 6119433.

HSL color Cylindrical-coordinate representation of color #09605D: hue angle of 177.93º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09605D is Cyan = 0.91, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 93 -
CMYK 0.91 0 0.03 0.62
HSL 177.93º 0.83% 0.21% -
HSV(B) 177.93º 0.91% 0.38% -
XYZ 6.27 9.21 11.8 -
YUV 69.65 141.18 84.74 -
System Red Green Blue C M Y K H S L
Decimal 9 96 93 0.91 0 0.03 0.62 177.93 0.83 0.21
Hex 9 60 5D 5B 0 3 3E B2 53 15
Octal 11 140 135 133 0 3 76 262 123 25
Binary 1001 1100000 1011101 1011011 0 11 111110 10110010 1010011 10101

Color Harmonies of #09605D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09605D

Black with #09605D

Text Example


Text Example

White with #09605D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09605D; }

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

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

background-color css

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

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

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

border-color css

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

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

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