#61425F

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

Shades of Seance #61425F

Tints of Seance #61425F

Color information

#61425F (or 0x61425F) is unknown color: approx Seance. HEX triplet: 61, 42 and 5F. RGB value is (97,66,95). Sum of RGB (Red+Green+Blue) = 97+66+95=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 97 - color contains mainly: red. Hex color #61425F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61425F is #9EBDA0. Grayscale: #4E4E4E. Windows color (decimal): -10403233 or 6242913. OLE color: 6242913.

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

Color convert

RGB976695-
CMYK00.320.020.62
HSL303.87º19.02%31.96%-
HSV(B)303.87º31.96%38.04%-
XYZ8.947.2611.76-
YUV78.58137.27141.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.60%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=37.60%
G=25.58%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97669500.320.020.62303.8719.0231.96
Hex61425F02023E1301320
Octal1411021370402764602340
Binary11000011000010101111101000001011111010011000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61425F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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