#6D4A54

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

Shades of Finn #6D4A54

Tints of Finn #6D4A54

Color information

#6D4A54 (or 0x6D4A54) is unknown color: approx Finn. HEX triplet: 6D, 4A and 54. RGB value is (109,74,84). Sum of RGB (Red+Green+Blue) = 109+74+84=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 74 (29.30% from 255 or 27.72% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A54 is #92B5AB. Grayscale: #555555. Windows color (decimal): -9614764 or 5524077. OLE color: 5524077.

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

Color convert

RGB1097484-
CMYK00.320.230.57
HSL342.86º19.13%35.88%-
HSV(B)342.86º32.11%42.75%-
XYZ10.368.799.54-
YUV85.6127.1144.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.82%
GREEN value IS 74 (29.30% from 255) = 27.72%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=40.82%
G=27.72%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109748400.320.230.57342.8619.1335.88
Hex6D4A5402017391571324
Octal15511212404027715272344
Binary11011011001010101010001000001011111100110101011110011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,84); }

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

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

 a { background-color: rgb(109,74,84); }

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

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

 span { border-color: rgb(109,74,84); }

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