#6D3652

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

Shades of Finn #6D3652

Tints of Finn #6D3652

Color information

#6D3652 (or 0x6D3652) is unknown color: approx Finn. HEX triplet: 6D, 36 and 52. RGB value is (109,54,82). Sum of RGB (Red+Green+Blue) = 109+54+82=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 82 (32.42% from 255 or 33.47% from 245); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3652 is #92C9AD. Grayscale: #494949. Windows color (decimal): -9619886 or 5387885. OLE color: 5387885.

HSL color Cylindrical-coordinate representation of color #6D3652: hue angle of 329.45º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D3652 is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB1095482-
CMYK00.500.250.57
HSL329.45º33.74%31.96%-
HSV(B)329.45º50.46%42.75%-
XYZ9.156.58.75-
YUV73.64132.72153.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 44.49%
GREEN value IS 54 (21.48% from 255) = 22.04%
BLUE value IS 82 (32.42% from 255) = 33.47%
R=44.49%
G=22.04%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109548200.500.250.57329.4533.7431.96
Hex6D365203219391492220
Octal1556612206231715114240
Binary11011011101101010010011001011001111001101001001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D3652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,54,82); }

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

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

 a { background-color: rgb(109,54,82); }

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

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

 span { border-color: rgb(109,54,82); }

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