#613651

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

Shades of Finn #613651

Tints of Finn #613651

Color information

#613651 (or 0x613651) is unknown color: approx Finn. HEX triplet: 61, 36 and 51. RGB value is (97,54,81). Sum of RGB (Red+Green+Blue) = 97+54+81=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #613651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613651 is #9EC9AE. Grayscale: #454545. Windows color (decimal): -10406319 or 5322337. OLE color: 5322337.

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

Color convert

RGB975481-
CMYK00.440.160.62
HSL322.33º28.48%29.61%-
HSV(B)322.33º44.33%38.04%-
XYZ7.735.778.49-
YUV69.93134.25147.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 54 (21.48% from 255) = 23.28%
BLUE value IS 81 (32.03% from 255) = 34.91%
R=41.81%
G=23.28%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97548100.440.160.62322.3328.4829.61
Hex61365102C103E1421c1e
Octal1416612105420765023436
Binary110000111011010100010101100100001111101010000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613651; }

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

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

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

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

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

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

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

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