#6D366B

Color #6D366B Seance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seance #6D366B

Tints of Seance #6D366B

Color information

#6D366B (or 0x6D366B) is unknown color: approx Seance. HEX triplet: 6D, 36 and 6B. RGB value is (109,54,107). Sum of RGB (Red+Green+Blue) = 109+54+107=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 107 (42.19% from 255 or 39.63% from 270); Max value from RGB is 109 - color contains mainly: red. Hex color #6D366B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D366B is #92C994. Grayscale: #4C4C4C. Windows color (decimal): -9619861 or 7026285. OLE color: 7026285.

HSL color Cylindrical-coordinate representation of color #6D366B: hue angle of 302.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D366B is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB10954107-
CMYK00.500.020.57
HSL302.18º33.74%31.96%-
HSV(B)302.18º50.46%42.75%-
XYZ10.286.9514.71-
YUV76.49145.22151.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.37%
GREEN value IS 54 (21.48% from 255) = 20%
BLUE value IS 107 (42.19% from 255) = 39.63%
R=40.37%
G=20%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1095410700.500.020.57302.1833.7431.96
Hex6D366B03223912e2220
Octal155661530622714564240
Binary11011011101101101011011001010111001100101110100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D366B; }

 p { color: rgb(109,54,107); }

 H1.HeaderClassName
 {
   color: #6D366B;
 }
 .AnyTagClassName
 {
   color: #6D366B;
 }
</style>
background-color css

<style>
 a { background-color: #6D366B; }

 a { background-color: rgb(109,54,107); }

 div.DivClassName
 {
   background-color: #6D366B;
 }
 .BgClassName
 {
   background-color: #6D366B;
 }
</style>
border-color css

<style>
 span { border-color: #6D366B; }

 span { border-color: rgb(109,54,107); }

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