Html Css Color HEX #09665E Mosque

📋 copy color: '#09665E'

red 9 ◦ green 102 ◦ blue 94

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

Shades of Mosque #09665E

Tints of Mosque #09665E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 49.76%

 BLUE value IS 94 (37.11% from 255) = 45.85%

R = 4.39%
G = 49.76%
B = 45.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#09665E (or 0x09665E) is known color: Mosque. HEX triplet: 09, 66 and 5E. RGB value is (9,102,94). Sum of RGB (Red+Green+Blue) = 9+102+94=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #09665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #09665E is #F699A1. Grayscale: #494949. Windows color (decimal): -16161186 or 6186505. OLE color: 6186505.

HSL color Cylindrical-coordinate representation of color #09665E: hue angle of 174.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09665E is Cyan = 0.91, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 102 94 -
CMYK 0.91 0 0.08 0.6
HSL 174.84º 0.84% 0.22% -
HSV(B) 174.84º 0.91% 0.4% -
XYZ 6.88 10.37 12.23 -
YUV 73.28 139.69 82.15 -
System Red Green Blue C M Y K H S L
Decimal 9 102 94 0.91 0 0.08 0.6 174.84 0.84 0.22
Hex 9 66 5E 5B 0 8 3C AF 54 16
Octal 11 146 136 133 0 10 74 257 124 26
Binary 1001 1100110 1011110 1011011 0 1000 111100 10101111 1010100 10110

Color Harmonies of #09665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09665E

Black with #09665E

Text Example


Text Example

White with #09665E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09665E; }

 p { color: rgb(9,102,94); }

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

background-color css

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

 a { background-color: rgb(9,102,94); }

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

border-color css

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

 span { border-color: rgb(9,102,94); }

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