#674464

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

Shades of Seance #674464

Tints of Seance #674464

Color information

#674464 (or 0x674464) is unknown color: approx Seance. HEX triplet: 67, 44 and 64. RGB value is (103,68,100). Sum of RGB (Red+Green+Blue) = 103+68+100=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 103 - color contains mainly: red. Hex color #674464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #674464 is #98BB9B. Grayscale: #525252. Windows color (decimal): -10009500 or 6571111. OLE color: 6571111.

HSL color Cylindrical-coordinate representation of color #674464: hue angle of 305.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #674464 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB10368100-
CMYK00.340.030.60
HSL305.14º20.47%33.53%-
HSV(B)305.14º33.98%40.39%-
XYZ9.967.9413.06-
YUV82.11138.1142.9-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.01%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=38.01%
G=25.09%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1036810000.340.030.60305.1420.4733.53
Hex67446402233C1311422
Octal1471041440423744612442
Binary11001111000100110010001000101111110010011000110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #674464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #674464; }

 p { color: rgb(103,68,100); }

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

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

 a { background-color: rgb(103,68,100); }

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

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

 span { border-color: rgb(103,68,100); }

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