#6B4551

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

Shades of Finn #6B4551

Tints of Finn #6B4551

Color information

#6B4551 (or 0x6B4551) is unknown color: approx Finn. HEX triplet: 6B, 45 and 51. RGB value is (107,69,81). Sum of RGB (Red+Green+Blue) = 107+69+81=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4551 is #94BAAE. Grayscale: #515151. Windows color (decimal): -9747119 or 5326187. OLE color: 5326187.

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

Color convert

RGB1076981-
CMYK00.360.240.58
HSL341.05º21.59%34.51%-
HSV(B)341.05º35.51%41.96%-
XYZ9.687.988.81-
YUV81.73127.59146.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 69 (27.34% from 255) = 26.85%
BLUE value IS 81 (32.03% from 255) = 31.52%
R=41.63%
G=26.85%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107698100.360.240.58341.0521.5934.51
Hex6B4551024183A1551623
Octal15310512104430725252643
Binary11010111000101101000101001001100011101010101010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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