#6F4551

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

Shades of Finn #6F4551

Tints of Finn #6F4551

Color information

#6F4551 (or 0x6F4551) is unknown color: approx Finn. HEX triplet: 6F, 45 and 51. RGB value is (111,69,81). Sum of RGB (Red+Green+Blue) = 111+69+81=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4551 is #90BAAE. Grayscale: #525252. Windows color (decimal): -9484975 or 5326191. OLE color: 5326191.

HSL color Cylindrical-coordinate representation of color #6F4551: hue angle of 342.86º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4551 is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB1116981-
CMYK00.380.270.56
HSL342.86º23.33%35.29%-
HSV(B)342.86º37.84%43.53%-
XYZ10.178.238.84-
YUV82.93126.91148.02-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.53%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 81 (32.03% from 255) = 31.03%
R=42.53%
G=26.44%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111698100.380.270.56342.8623.3335.29
Hex6F45510261B381571723
Octal15710512104633705272743
Binary11011111000101101000101001101101111100010101011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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