#614652

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

Shades of Finn #614652

Tints of Finn #614652

Color information

#614652 (or 0x614652) is unknown color: approx Finn. HEX triplet: 61, 46 and 52. RGB value is (97,70,82). Sum of RGB (Red+Green+Blue) = 97+70+82=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 97 - color contains mainly: red. Hex color #614652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #614652 is #9EB9AD. Grayscale: #4F4F4F. Windows color (decimal): -10402222 or 5391969. OLE color: 5391969.

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

Color convert

RGB977082-
CMYK00.280.150.62
HSL333.33º16.17%32.75%-
HSV(B)333.33º27.84%38.04%-
XYZ8.647.538.98-
YUV79.44129.45140.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.96%
GREEN value IS 70 (27.73% from 255) = 28.11%
BLUE value IS 82 (32.42% from 255) = 32.93%
R=38.96%
G=28.11%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97708200.280.150.62333.3316.1732.75
Hex61465201CF3E14d1021
Octal14110612203417765152041
Binary110000110001101010010011100111111111010100110110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614652; }

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

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

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

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

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

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

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

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