#613852

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

Shades of Finn #613852

Tints of Finn #613852

Color information

#613852 (or 0x613852) is unknown color: approx Finn. HEX triplet: 61, 38 and 52. RGB value is (97,56,82). Sum of RGB (Red+Green+Blue) = 97+56+82=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #613852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613852 is #9EC7AD. Grayscale: #474747. Windows color (decimal): -10405806 or 5388385. OLE color: 5388385.

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

Color convert

RGB975682-
CMYK00.420.150.62
HSL321.95º26.8%30%-
HSV(B)321.95º42.27%38.04%-
XYZ7.875.988.72-
YUV71.22134.08146.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=41.28%
G=23.83%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97568200.420.150.62321.9526.830
Hex61385202AF3E1421b1e
Octal1417012205217765023336
Binary11000011110001010010010101011111111101010000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613852; }

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

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

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

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

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

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

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

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