#6D4455

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

Shades of Finn #6D4455

Tints of Finn #6D4455

Color information

#6D4455 (or 0x6D4455) is unknown color: approx Finn. HEX triplet: 6D, 44 and 55. RGB value is (109,68,85). Sum of RGB (Red+Green+Blue) = 109+68+85=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4455 is #92BBAA. Grayscale: #525252. Windows color (decimal): -9616299 or 5588077. OLE color: 5588077.

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

Color convert

RGB1096885-
CMYK00.380.220.57
HSL335.12º23.16%34.71%-
HSV(B)335.12º37.61%42.75%-
XYZ10.018.049.62-
YUV82.2129.58147.12-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 68 (26.95% from 255) = 25.95%
BLUE value IS 85 (33.59% from 255) = 32.44%
R=41.60%
G=25.95%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.22
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109688500.380.220.57335.1223.1634.71
Hex6D4455026163914f1723
Octal15510412504626715172743
Binary11011011000100101010101001101011011100110100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,68,85); }

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

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

 a { background-color: rgb(109,68,85); }

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

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

 span { border-color: rgb(109,68,85); }

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