#6B4F5C

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

Shades of Finn #6B4F5C

Tints of Finn #6B4F5C

Color information

#6B4F5C (or 0x6B4F5C) is unknown color: approx Finn. HEX triplet: 6B, 4F and 5C. RGB value is (107,79,92). Sum of RGB (Red+Green+Blue) = 107+79+92=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4F5C is #94B0A3. Grayscale: #585858. Windows color (decimal): -9744548 or 6049643. OLE color: 6049643.

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

Color convert

RGB1077992-
CMYK00.260.140.58
HSL332.14º15.05%36.47%-
HSV(B)332.14º26.17%41.96%-
XYZ10.799.4911.39-
YUV88.85129.78140.94-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.49%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 92 (36.33% from 255) = 33.09%
R=38.49%
G=28.42%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107799200.260.140.58332.1415.0536.47
Hex6B4F5C01AE3A14cf24
Octal15311713403216725141744
Binary11010111001111101110001101011101110101010011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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