Html Css Color HEX #0A635B Mosque

📋 copy color: '#0A635B'

red 10 ◦ green 99 ◦ blue 91

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

Shades of Mosque #0A635B

Tints of Mosque #0A635B

RGB

 RED value IS 10 (4.3% from 255) = 5%

 GREEN value IS 99 (39.06% from 255) = 49.5%

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

R = 5%
G = 49.5%
B = 45.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#0A635B (or 0x0A635B) is known color: Mosque. HEX triplet: 0A, 63 and 5B. RGB value is (10,99,91). Sum of RGB (Red+Green+Blue) = 10+99+91=200 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 91 (35.94% from 255 or 45.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #0A635B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0A635B is #F59CA4. Grayscale: #474747. Windows color (decimal): -16096421 or 5989130. OLE color: 5989130.

HSL color Cylindrical-coordinate representation of color #0A635B: hue angle of 174.61º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A635B is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 91 -
CMYK 0.90 0 0.08 0.61
HSL 174.61º 0.82% 0.21% -
HSV(B) 174.61º 0.9% 0.39% -
XYZ 6.48 9.74 11.44 -
YUV 71.48 139.01 84.15 -
System Red Green Blue C M Y K H S L
Decimal 10 99 91 0.90 0 0.08 0.61 174.61 0.82 0.21
Hex A 63 5B 5A 0 8 3D AF 52 15
Octal 12 143 133 132 0 10 75 257 122 25
Binary 1010 1100011 1011011 1011010 0 1000 111101 10101111 1010010 10101

Color Harmonies of #0A635B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A635B

Black with #0A635B

Text Example


Text Example

White with #0A635B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A635B; }

 p { color: rgb(10,99,91); }

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

background-color css

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

 a { background-color: rgb(10,99,91); }

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

border-color css

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

 span { border-color: rgb(10,99,91); }

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