#6A4F5D

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

Shades of Finn #6A4F5D

Tints of Finn #6A4F5D

Color information

#6A4F5D (or 0x6A4F5D) is unknown color: approx Finn. HEX triplet: 6A, 4F and 5D. RGB value is (106,79,93). Sum of RGB (Red+Green+Blue) = 106+79+93=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4F5D is #95B0A2. Grayscale: #585858. Windows color (decimal): -9810083 or 6115178. OLE color: 6115178.

HSL color Cylindrical-coordinate representation of color #6A4F5D: hue angle of 328.89º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A4F5D is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1067993-
CMYK00.250.120.58
HSL328.89º14.59%36.27%-
HSV(B)328.89º25.47%41.57%-
XYZ10.729.4511.61-
YUV88.67130.45140.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=38.13%
G=28.42%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106799300.250.120.58328.8914.5936.27
Hex6A4F5D019C3A149f24
Octal15211713503114725111744
Binary11010101001111101110101100111001110101010010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,79,93); }

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

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

 a { background-color: rgb(106,79,93); }

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

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

 span { border-color: rgb(106,79,93); }

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