#672C6C

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

Shades of Seance #672C6C

Tints of Seance #672C6C

Color information

#672C6C (or 0x672C6C) is unknown color: approx Seance. HEX triplet: 67, 2C and 6C. RGB value is (103,44,108). Sum of RGB (Red+Green+Blue) = 103+44+108=255 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.39% from 255); Green value is 44 (17.58% from 255 or 17.25% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 108 - color contains mainly: blue. Hex color #672C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672C6C is #98D393. Grayscale: #444444. Windows color (decimal): -10015636 or 7089255. OLE color: 7089255.

HSL color Cylindrical-coordinate representation of color #672C6C: hue angle of 295.31º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #672C6C is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10344108-
CMYK0.050.5900.58
HSL295.31º42.11%29.8%-
HSV(B)295.31º59.26%42.35%-
XYZ9.25.7714.82-
YUV68.94150.05152.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.39%
GREEN value IS 44 (17.58% from 255) = 17.25%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=40.39%
G=17.25%
B=42.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal103441080.050.5900.58295.3142.1129.8
Hex672C6C53B03A1272a1e
Octal147541545730724475236
Binary11001111011001101100101111011011101010010011110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672C6C; }

 p { color: rgb(103,44,108); }

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

<style>
 a { background-color: #672C6C; }

 a { background-color: rgb(103,44,108); }

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

<style>
 span { border-color: #672C6C; }

 span { border-color: rgb(103,44,108); }

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