Html Css Color HEX #09605B Mosque

📋 copy color: '#09605B'

red 9 ◦ green 96 ◦ blue 91

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

Shades of Mosque #09605B

Tints of Mosque #09605B

RGB

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

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

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

R = 4.59%
G = 48.98%
B = 46.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#09605B (or 0x09605B) is known color: Mosque. HEX triplet: 09, 60 and 5B. RGB value is (9,96,91). Sum of RGB (Red+Green+Blue) = 9+96+91=196 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.59% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 91 (35.94% from 255 or 46.43% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #09605B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09605B is #F69FA4. Grayscale: #454545. Windows color (decimal): -16162725 or 5988361. OLE color: 5988361.

HSL color Cylindrical-coordinate representation of color #09605B: hue angle of 176.55º 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 #09605B is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 96 91 -
CMYK 0.91 0 0.05 0.62
HSL 176.55º 0.83% 0.21% -
HSV(B) 176.55º 0.91% 0.38% -
XYZ 6.18 9.18 11.34 -
YUV 69.42 140.18 84.91 -
System Red Green Blue C M Y K H S L
Decimal 9 96 91 0.91 0 0.05 0.62 176.55 0.83 0.21
Hex 9 60 5B 5B 0 5 3E B1 53 15
Octal 11 140 133 133 0 5 76 261 123 25
Binary 1001 1100000 1011011 1011011 0 101 111110 10110001 1010011 10101

Color Harmonies of #09605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09605B

Black with #09605B

Text Example


Text Example

White with #09605B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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