#6B4951

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

Shades of Finn #6B4951

Tints of Finn #6B4951

Color information

#6B4951 (or 0x6B4951) is unknown color: approx Finn. HEX triplet: 6B, 49 and 51. RGB value is (107,73,81). Sum of RGB (Red+Green+Blue) = 107+73+81=261 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.00% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4951 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4951 is #94B6AE. Grayscale: #545454. Windows color (decimal): -9746095 or 5327211. OLE color: 5327211.

HSL color Cylindrical-coordinate representation of color #6B4951: hue angle of 345.88º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B4951 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB1077381-
CMYK00.320.240.58
HSL345.88º18.89%35.29%-
HSV(B)345.88º31.78%41.96%-
XYZ9.938.488.9-
YUV84.08126.26144.35-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.00%
GREEN value IS 73 (28.91% from 255) = 27.97%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=41.00%
G=27.97%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107738100.320.240.58345.8818.8935.29
Hex6B4951020183A15a1323
Octal15311112104030725322343
Binary11010111001001101000101000001100011101010101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,81); }

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

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

 a { background-color: rgb(107,73,81); }

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

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

 span { border-color: rgb(107,73,81); }

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