#6C4360

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

Shades of Finn #6C4360

Tints of Finn #6C4360

Color information

#6C4360 (or 0x6C4360) is unknown color: approx Finn. HEX triplet: 6C, 43 and 60. RGB value is (108,67,96). Sum of RGB (Red+Green+Blue) = 108+67+96=271 (35% of max value = 765). Red value is 108 (42.58% from 255 or 39.85% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4360 is #93BC9F. Grayscale: #525252. Windows color (decimal): -9682080 or 6308716. OLE color: 6308716.

HSL color Cylindrical-coordinate representation of color #6C4360: hue angle of 317.56º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C4360 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB1086796-
CMYK00.380.110.58
HSL317.56º23.43%34.31%-
HSV(B)317.56º37.96%42.35%-
XYZ10.38.0512.08-
YUV82.57135.58146.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 39.85%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 96 (37.89% from 255) = 35.42%
R=39.85%
G=24.72%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108679600.380.110.58317.5623.4334.31
Hex6C4360026B3A13e1722
Octal15410314004613724762742
Binary1101100100001111000000100110101111101010011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C4360; }

 p { color: rgb(108,67,96); }

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

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

 a { background-color: rgb(108,67,96); }

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

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

 span { border-color: rgb(108,67,96); }

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