#613F4E

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

Shades of Finn #613F4E

Tints of Finn #613F4E

Color information

#613F4E (or 0x613F4E) is unknown color: approx Finn. HEX triplet: 61, 3F and 4E. RGB value is (97,63,78). Sum of RGB (Red+Green+Blue) = 97+63+78=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #613F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613F4E is #9EC0B1. Grayscale: #4A4A4A. Windows color (decimal): -10404018 or 5128033. OLE color: 5128033.

HSL color Cylindrical-coordinate representation of color #613F4E: hue angle of 333.53º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #613F4E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB976378-
CMYK00.350.200.62
HSL333.53º21.25%31.37%-
HSV(B)333.53º35.05%38.04%-
XYZ8.086.658.06-
YUV74.88129.76143.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 63 (25% from 255) = 26.47%
BLUE value IS 78 (30.86% from 255) = 32.77%
R=40.76%
G=26.47%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97637800.350.200.62333.5321.2531.37
Hex613F4E023143E14e151f
Octal1417711604324765162537
Binary110000111111110011100100011101001111101010011101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613F4E; }

 p { color: rgb(97,63,78); }

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

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

 a { background-color: rgb(97,63,78); }

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

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

 span { border-color: rgb(97,63,78); }

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