#613951

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

Shades of Finn #613951

Tints of Finn #613951

Color information

#613951 (or 0x613951) is unknown color: approx Finn. HEX triplet: 61, 39 and 51. RGB value is (97,57,81). Sum of RGB (Red+Green+Blue) = 97+57+81=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613951 is #9EC6AE. Grayscale: #474747. Windows color (decimal): -10405551 or 5323105. OLE color: 5323105.

HSL color Cylindrical-coordinate representation of color #613951: hue angle of 324º 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 #613951 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB975781-
CMYK00.410.160.62
HSL324º25.97%30.2%-
HSV(B)324º41.24%38.04%-
XYZ7.886.068.54-
YUV71.7133.25146.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 57 (22.66% from 255) = 24.26%
BLUE value IS 81 (32.03% from 255) = 34.47%
R=41.28%
G=24.26%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97578100.410.160.6232425.9730.2
Hex613951029103E1441a1e
Octal1417112105120765043236
Binary110000111100110100010101001100001111101010001001101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613951; }

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

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

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

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

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

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

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

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