#613952

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

Shades of Finn #613952

Tints of Finn #613952

Color information

#613952 (or 0x613952) is unknown color: approx Finn. HEX triplet: 61, 39 and 52. RGB value is (97,57,82). Sum of RGB (Red+Green+Blue) = 97+57+82=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 97 - color contains mainly: red. Hex color #613952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613952 is #9EC6AD. Grayscale: #474747. Windows color (decimal): -10405550 or 5388641. OLE color: 5388641.

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

Color convert

RGB975782-
CMYK00.410.150.62
HSL322.5º25.97%30.2%-
HSV(B)322.5º41.24%38.04%-
XYZ7.926.088.74-
YUV71.81133.75145.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.10%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=41.10%
G=24.15%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97578200.410.150.62322.525.9730.2
Hex613952029F3E1421a1e
Octal1417112205117765023236
Binary11000011110011010010010100111111111101010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613952; }

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

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

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

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

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

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

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

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