#613950

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

Shades of Finn #613950

Tints of Finn #613950

Color information

#613950 (or 0x613950) is unknown color: approx Finn. HEX triplet: 61, 39 and 50. RGB value is (97,57,80). Sum of RGB (Red+Green+Blue) = 97+57+80=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613950 is #9EC6AF. Grayscale: #474747. Windows color (decimal): -10405552 or 5257569. OLE color: 5257569.

HSL color Cylindrical-coordinate representation of color #613950: hue angle of 325.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #613950 is Cyan = 0, Magento = 0.41, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB975780-
CMYK00.410.180.62
HSL325.5º25.97%30.2%-
HSV(B)325.5º41.24%38.04%-
XYZ7.846.058.34-
YUV71.58132.75146.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 57 (22.66% from 255) = 24.36%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=41.45%
G=24.36%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97578000.410.180.62325.525.9730.2
Hex613950029123E1461a1e
Octal1417112005122765063236
Binary110000111100110100000101001100101111101010001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613950; }

 p { color: rgb(97,57,80); }

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

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

 a { background-color: rgb(97,57,80); }

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

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

 span { border-color: rgb(97,57,80); }

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