#613851

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

Shades of Finn #613851

Tints of Finn #613851

Color information

#613851 (or 0x613851) is unknown color: approx Finn. HEX triplet: 61, 38 and 51. RGB value is (97,56,81). Sum of RGB (Red+Green+Blue) = 97+56+81=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #613851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613851 is #9EC7AE. Grayscale: #474747. Windows color (decimal): -10405807 or 5322849. OLE color: 5322849.

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

Color convert

RGB975681-
CMYK00.420.160.62
HSL323.41º26.8%30%-
HSV(B)323.41º42.27%38.04%-
XYZ7.835.968.52-
YUV71.11133.58146.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.45%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=41.45%
G=23.93%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97568100.420.160.62323.4126.830
Hex61385102A103E1431b1e
Octal1417012105220765033336
Binary110000111100010100010101010100001111101010000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613851; }

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

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

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

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

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

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

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

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