Html Css Color HEX #08635D Mosque

📋 copy color: '#08635D'

red 8 ◦ green 99 ◦ blue 93

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

Shades of Mosque #08635D

Tints of Mosque #08635D

RGB

 RED value IS 8 (3.52% from 255) = 4%

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

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

R = 4%
G = 49.5%
B = 46.5%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#08635D (or 0x08635D) is known color: Mosque. HEX triplet: 08, 63 and 5D. RGB value is (8,99,93). Sum of RGB (Red+Green+Blue) = 8+99+93=200 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4% from 200); Green value is 99 (39.06% from 255 or 49.5% from 200); Blue value is 93 (36.72% from 255 or 46.5% from 200); Max value from RGB is 99 - color contains mainly: green. Hex color #08635D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #08635D is #F79CA2. Grayscale: #474747. Windows color (decimal): -16227491 or 6120200. OLE color: 6120200.

HSL color Cylindrical-coordinate representation of color #08635D: hue angle of 176.04º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08635D is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 8 99 93 -
CMYK 0.92 0 0.06 0.61
HSL 176.04º 0.85% 0.21% -
HSV(B) 176.04º 0.92% 0.39% -
XYZ 6.54 9.77 11.9 -
YUV 71.11 140.35 82.99 -
System Red Green Blue C M Y K H S L
Decimal 8 99 93 0.92 0 0.06 0.61 176.04 0.85 0.21
Hex 8 63 5D 5C 0 6 3D B0 55 15
Octal 10 143 135 134 0 6 75 260 125 25
Binary 1000 1100011 1011101 1011100 0 110 111101 10110000 1010101 10101

Color Harmonies of #08635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08635D

Black with #08635D

Text Example


Text Example

White with #08635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,99,93); }

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

background-color css

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

 a { background-color: rgb(8,99,93); }

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

border-color css

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

 span { border-color: rgb(8,99,93); }

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