#6B4E5C

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

Shades of Finn #6B4E5C

Tints of Finn #6B4E5C

Color information

#6B4E5C (or 0x6B4E5C) is unknown color: approx Finn. HEX triplet: 6B, 4E and 5C. RGB value is (107,78,92). Sum of RGB (Red+Green+Blue) = 107+78+92=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 92 (36.33% from 255 or 33.21% from 277); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E5C is #94B1A3. Grayscale: #585858. Windows color (decimal): -9744804 or 6049387. OLE color: 6049387.

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

Color convert

RGB1077892-
CMYK00.270.140.58
HSL331.03º15.68%36.27%-
HSV(B)331.03º27.1%41.96%-
XYZ10.729.3511.36-
YUV88.27130.11141.36-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 92 (36.33% from 255) = 33.21%
R=38.63%
G=28.16%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107789200.270.140.58331.0315.6836.27
Hex6B4E5C01BE3A14b1024
Octal15311613403316725132044
Binary110101110011101011100011011111011101010100101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,78,92); }

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

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

 a { background-color: rgb(107,78,92); }

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

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

 span { border-color: rgb(107,78,92); }

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