#60425F

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

Shades of Seance #60425F

Tints of Seance #60425F

Color information

#60425F (or 0x60425F) is unknown color: approx Seance. HEX triplet: 60, 42 and 5F. RGB value is (96,66,95). Sum of RGB (Red+Green+Blue) = 96+66+95=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60425F is #9FBDA0. Grayscale: #4E4E4E. Windows color (decimal): -10468769 or 6242912. OLE color: 6242912.

HSL color Cylindrical-coordinate representation of color #60425F: hue angle of 302º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #60425F is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB966695-
CMYK00.310.010.62
HSL302º18.52%31.76%-
HSV(B)302º31.25%37.65%-
XYZ8.847.2111.75-
YUV78.28137.44140.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 66 (26.17% from 255) = 25.68%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=37.35%
G=25.68%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96669500.310.010.6230218.5231.76
Hex60425F01F13E12e1320
Octal1401021370371764562340
Binary110000010000101011111011111111111010010111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60425F; }

 p { color: rgb(96,66,95); }

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

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

 a { background-color: rgb(96,66,95); }

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

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

 span { border-color: rgb(96,66,95); }

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