Html Css Color HEX #0C6356 Mosque

📋 copy color: '#0C6356'

red 12 ◦ green 99 ◦ blue 86

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

Shades of Mosque #0C6356

Tints of Mosque #0C6356

RGB

 RED value IS 12 (5.08% from 255) = 6.09%

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

 BLUE value IS 86 (33.98% from 255) = 43.65%

R = 6.09%
G = 50.25%
B = 43.65%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#0C6356 (or 0x0C6356) is known color: Mosque. HEX triplet: 0C, 63 and 56. RGB value is (12,99,86). Sum of RGB (Red+Green+Blue) = 12+99+86=197 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.09% from 197); Green value is 99 (39.06% from 255 or 50.25% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 99 - color contains mainly: green. Hex color #0C6356 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C6356 is #F39CA9. Grayscale: #474747. Windows color (decimal): -15965354 or 5661452. OLE color: 5661452.

HSL color Cylindrical-coordinate representation of color #0C6356: hue angle of 171.03º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6356 is Cyan = 0.88, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.

Color convert

RGB 12 99 86 -
CMYK 0.88 0 0.13 0.61
HSL 171.03º 0.78% 0.22% -
HSV(B) 171.03º 0.88% 0.39% -
XYZ 6.29 9.67 10.34 -
YUV 71.51 136.18 85.56 -
System Red Green Blue C M Y K H S L
Decimal 12 99 86 0.88 0 0.13 0.61 171.03 0.78 0.22
Hex C 63 56 58 0 D 3D AB 4E 16
Octal 14 143 126 130 0 15 75 253 116 26
Binary 1100 1100011 1010110 1011000 0 1101 111101 10101011 1001110 10110

Color Harmonies of #0C6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6356

Black with #0C6356

Text Example


Text Example

White with #0C6356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,99,86); }

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

background-color css

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

 a { background-color: rgb(12,99,86); }

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

border-color css

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

 span { border-color: rgb(12,99,86); }

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