#6D485E

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

Shades of Finn #6D485E

Tints of Finn #6D485E

Color information

#6D485E (or 0x6D485E) is unknown color: approx Finn. HEX triplet: 6D, 48 and 5E. RGB value is (109,72,94). Sum of RGB (Red+Green+Blue) = 109+72+94=275 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.64% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 109 - color contains mainly: red. Hex color #6D485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D485E is #92B7A1. Grayscale: #555555. Windows color (decimal): -9615266 or 6178925. OLE color: 6178925.

HSL color Cylindrical-coordinate representation of color #6D485E: hue angle of 324.32º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D485E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB1097294-
CMYK00.340.140.57
HSL324.32º20.44%35.49%-
HSV(B)324.32º33.94%42.75%-
XYZ10.648.6911.71-
YUV85.57132.76144.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.64%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=39.64%
G=26.18%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109729400.340.140.57324.3220.4435.49
Hex6D485E022E391441423
Octal15511013604216715042443
Binary1101101100100010111100100010111011100110100010010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D485E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,94); }

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

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

 a { background-color: rgb(109,72,94); }

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

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

 span { border-color: rgb(109,72,94); }

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